Class IssueContent
Inheritance
System.Object
System.MarshalByRefObject
IssueContent
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class IssueContent : NXObject, IMessageSink, INXObject
Constructors
IssueContent()
Declaration
Properties
AssignedUser
Declaration
public string AssignedUser { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
DueDate
Declaration
public string DueDate { get; set; }
Property Value
Type |
Description |
System.String |
|
IsLocked
Declaration
public bool IsLocked { get; }
Property Value
Type |
Description |
System.Boolean |
|
IssueId
Declaration
public string IssueId { get; }
Property Value
Type |
Description |
System.String |
|
PreviewImage
Declaration
public IssueAttachment PreviewImage { get; set; }
Property Value
Priority
Declaration
public string Priority { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
AddAttachment(IssueAttachment)
Declaration
public void AddAttachment(IssueAttachment attachment)
Parameters
Close(String)
Declaration
public void Close(string coseNote)
Parameters
Type |
Name |
Description |
System.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 |
System.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 |
System.String |
propertyName |
|
Returns
GetPropertyValue(String)
Declaration
public string GetPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
GetUserProperties()
Declaration
public IssueProperty[] GetUserProperties()
Returns
IsCheckedOut(out String)
Declaration
public bool IsCheckedOut(out string user)
Parameters
Type |
Name |
Description |
System.String |
user |
|
Returns
Type |
Description |
System.Boolean |
|
IsClosed()
Declaration
Returns
Type |
Description |
System.Boolean |
|
IsReadOnly()
Declaration
Returns
Type |
Description |
System.Boolean |
|
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
Type |
Name |
Description |
System.String |
reviewDecision |
|
System.String |
comment |
|
SaveChanges()
Declaration
public void SaveChanges()
SendToWorkflow(String)
Declaration
public void SendToWorkflow(string workflowTemplate)
Parameters
Type |
Name |
Description |
System.String |
workflowTemplate |
|
SetPropertyValue(String, String)
Declaration
public void SetPropertyValue(string propertyName, string propertyValue)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
System.String |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink