Class IssueContent
Assembly: NXOpen.dll
Syntax
public class IssueContent : NXObject, IMessageSink, INXObject
Constructors
IssueContent()
Declaration
Properties
AssignedUser
Declaration
public string AssignedUser { get; set; }
Property Value
Declaration
public string Comment { get; set; }
Property Value
DueDate
Declaration
public string DueDate { get; set; }
Property Value
IsLocked
Declaration
public bool IsLocked { get; }
Property Value
IssueId
Declaration
public string IssueId { get; }
Property Value
PreviewImage
Declaration
public IssueAttachment PreviewImage { get; set; }
Property Value
Priority
Declaration
public string Priority { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Methods
AddAttachment(IssueAttachment)
Declaration
public void AddAttachment(IssueAttachment attachment)
Parameters
Close(string)
Declaration
public void Close(string coseNote)
Parameters
Type |
Name |
Description |
string |
coseNote |
|
DiscardIssue()
Declaration
public void DiscardIssue()
GetAllAttachments()
Declaration
public IssueAttachment[] GetAllAttachments()
Returns
GetAttachment(string)
Declaration
public IssueAttachment GetAttachment(string attachmentName)
Parameters
Type |
Name |
Description |
string |
attachmentName |
|
Returns
GetChildAttachments()
Declaration
public IssueAttachment[] GetChildAttachments()
Returns
GetFolders()
Declaration
public IssueFolder[] GetFolders()
Returns
GetPartAttachment()
Declaration
public IssueAttachment GetPartAttachment()
Returns
GetProperty(string)
Declaration
public IssueProperty GetProperty(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetPropertyValue(string)
Declaration
public string GetPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
GetUserProperties()
Declaration
public IssueProperty[] GetUserProperties()
Returns
IsCheckedOut(out string)
Declaration
public bool IsCheckedOut(out string user)
Parameters
Type |
Name |
Description |
string |
user |
|
Returns
IsClosed()
Declaration
Returns
IsReadOnly()
Declaration
Returns
LoadAttachments()
Declaration
public void LoadAttachments()
ReloadProperties()
Declaration
public void ReloadProperties()
RemoveAttachment(IssueAttachment)
Declaration
public void RemoveAttachment(IssueAttachment attachment)
Parameters
Review(string, string)
Declaration
public void Review(string reviewDecision, string comment)
Parameters
SaveChanges()
Declaration
public void SaveChanges()
SendToWorkflow(string)
Declaration
public void SendToWorkflow(string workflowTemplate)
Parameters
Type |
Name |
Description |
string |
workflowTemplate |
|
SetPropertyValue(string, string)
Declaration
public void SetPropertyValue(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
string |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink