Search Results for

    Show / Hide Table of Contents

    Class IssueContentBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    IssueContentBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.Issue
    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

    Comment

    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
    Type Name Description
    IssueAttachment attachment

    GetAllAttachments()

    Declaration
    public IssueAttachment[] GetAllAttachments()
    Returns
    Type Description
    IssueAttachment[]

    GetAttachment(String)

    Declaration
    public IssueAttachment GetAttachment(string attachmentName)
    Parameters
    Type Name Description
    System.String attachmentName
    Returns
    Type Description
    IssueAttachment

    GetEditableUserProperties()

    Declaration
    public IssueProperty[] GetEditableUserProperties()
    Returns
    Type Description
    IssueProperty[]

    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
    Type Name Description
    IssueAttachment attachment

    SetPreviewImage(IssueAttachment)

    Declaration
    public void SetPreviewImage(IssueAttachment attachment)
    Parameters
    Type Name Description
    IssueAttachment attachment

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX