Class IssueContentBuilder
Inheritance
System.Object
System.MarshalByRefObject
IssueContentBuilder
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 IssueContentBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IssueContentBuilder()
Declaration
protected IssueContentBuilder()
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 |
|
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
GetAllAttachments()
Declaration
public IssueAttachment[] GetAllAttachments()
Returns
GetAttachment(String)
Declaration
public IssueAttachment GetAttachment(string attachmentName)
Parameters
Type |
Name |
Description |
System.String |
attachmentName |
|
Returns
GetEditableUserProperties()
Declaration
public IssueProperty[] GetEditableUserProperties()
Returns
GetPropertyValue(String)
Declaration
public string GetPropertyValue(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Returns
Type |
Description |
System.String |
|
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 |
System.String |
propertyName |
|
System.String |
propertyValue |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink