Class IssueContentBuilder
Inheritance
IssueContentBuilder
Assembly: NXOpen.dll
Syntax
public class IssueContentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IssueContentBuilder()
Declaration
protected IssueContentBuilder()
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
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
GetAllAttachments()
Declaration
public IssueAttachment[] GetAllAttachments()
Returns
GetAttachment(string)
Declaration
public IssueAttachment GetAttachment(string attachmentName)
Parameters
Type |
Name |
Description |
string |
attachmentName |
|
Returns
GetEditableUserProperties()
Declaration
public IssueProperty[] GetEditableUserProperties()
Returns
GetPropertyValue(string)
Declaration
public string GetPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
RemoveAttachment(IssueAttachment)
Declaration
public void RemoveAttachment(IssueAttachment attachment)
Parameters
SetPreviewImage(IssueAttachment)
Declaration
public void SetPreviewImage(IssueAttachment attachment)
Parameters
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