Search Results for

    Show / Hide Table of Contents

    Class IssueContent

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    NXObject
    IssueContent
    PenetrationRequest
    Implements
    IMessageSink
    INXObject
    Inherited Members
    NXObject.SetUserAttribute(NXObject.AttributeInformation, Update.Option)
    NXObject.SetUserAttribute(string, int, int, Update.Option)
    NXObject.SetUserAttribute(string, int, double, Update.Option)
    NXObject.SetUserAttribute(string, int, string, Update.Option)
    NXObject.SetUserAttribute(string, int, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, string, Update.Option)
    NXObject.SetTimeUserAttribute(string, int, NXObject.ComputationalTime, Update.Option)
    NXObject.SetBooleanUserAttribute(string, int, bool, Update.Option)
    NXObject.CreateAttributeIterator()
    NXObject.HasUserAttribute(AttributeIterator)
    NXObject.HasUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetUserAttributeCount(AttributeIterator)
    NXObject.GetUserAttributeCount(AttributeIterator, bool)
    NXObject.GetUserAttributeCount(NXObject.AttributeType)
    NXObject.GetUserAttributeCount(NXObject.AttributeType, bool, bool)
    NXObject.GetUserAttributeSize(string, NXObject.AttributeType)
    NXObject.GetNextUserAttribute(AttributeIterator, out NXObject.AttributeInformation)
    NXObject.GetUserAttribute(string, NXObject.AttributeType, int)
    NXObject.GetBooleanUserAttribute(string, int)
    NXObject.GetIntegerUserAttribute(string, int)
    NXObject.GetRealUserAttribute(string, int)
    NXObject.GetStringUserAttribute(string, int)
    NXObject.GetTimeUserAttribute(string, int)
    NXObject.GetComputationalTimeUserAttribute(string, int)
    NXObject.GetUserAttributes(AttributeIterator)
    NXObject.GetUserAttributes()
    NXObject.GetUserAttributes(bool)
    NXObject.GetUserAttributeAsString(string, NXObject.AttributeType, int)
    NXObject.DeleteUserAttributes(AttributeIterator, Update.Option)
    NXObject.DeleteUserAttribute(NXObject.AttributeType, string, bool, Update.Option)
    NXObject.DeleteUserAttributes(NXObject.AttributeType, Update.Option)
    NXObject.SetUserAttributeLock(string, NXObject.AttributeType, bool)
    NXObject.GetUserAttributeLock(string, NXObject.AttributeType)
    NXObject.GetUserAttributeSourceObjects()
    NXObject.SetPdmReferenceAttribute(string, string)
    NXObject.GetPdmReferenceAttributeValue(string)
    NXObject.GetUserAttribute(string, bool, bool, NXObject.AttributeType)
    NXObject.GetUserAttributes(bool, bool)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType)
    NXObject.DeleteAllAttributesByType(NXObject.AttributeType, Update.Option)
    NXObject.SetAttribute(string, int)
    NXObject.SetAttribute(string, int, Update.Option)
    NXObject.SetAttribute(string, double)
    NXObject.SetAttribute(string, double, Update.Option)
    NXObject.SetAttribute(string, string)
    NXObject.SetAttribute(string, string, Update.Option)
    NXObject.SetAttribute(string)
    NXObject.SetAttribute(string, Update.Option)
    NXObject.SetTimeAttribute(string, string)
    NXObject.SetTimeAttribute(string, string, Update.Option)
    NXObject.GetIntegerAttribute(string)
    NXObject.GetRealAttribute(string)
    NXObject.GetStringAttribute(string)
    NXObject.GetTimeAttribute(NXObject.DateAndTimeFormat, string)
    NXObject.GetReferenceAttribute(string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string)
    NXObject.DeleteAttributeByTypeAndTitle(NXObject.AttributeType, string, Update.Option)
    NXObject.SetReferenceAttribute(string, string)
    NXObject.SetReferenceAttribute(string, string, Update.Option)
    NXObject.GetAttributeTitlesByType(NXObject.AttributeType)
    NXObject.GetUserAttributesAsStrings()
    NXObject.FindObject(string)
    NXObject.Print()
    NXObject.SetName(string)
    NXObject.IsOccurrence
    NXObject.JournalIdentifier
    NXObject.Name
    NXObject.OwningComponent
    NXObject.OwningPart
    NXObject.Prototype
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Issue
    Assembly: NXOpen.dll
    Syntax
    public class IssueContent : NXObject, IMessageSink, INXObject

    Constructors

    IssueContent()

    Declaration
    protected IssueContent()

    Properties

    AssignedUser

    Declaration
    public string AssignedUser { get; set; }
    Property Value
    Type Description
    string

    Comment

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    string

    DueDate

    Declaration
    public string DueDate { get; set; }
    Property Value
    Type Description
    string

    IsLocked

    Declaration
    public bool IsLocked { get; }
    Property Value
    Type Description
    bool

    IssueId

    Declaration
    public string IssueId { get; }
    Property Value
    Type Description
    string

    PreviewImage

    Declaration
    public IssueAttachment PreviewImage { get; set; }
    Property Value
    Type Description
    IssueAttachment

    Priority

    Declaration
    public string Priority { get; set; }
    Property Value
    Type Description
    string

    Status

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Methods

    AddAttachment(IssueAttachment)

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

    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
    Type Description
    IssueAttachment[]

    GetAttachment(string)

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

    GetChildAttachments()

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

    GetFolders()

    Declaration
    public IssueFolder[] GetFolders()
    Returns
    Type Description
    IssueFolder[]

    GetPartAttachment()

    Declaration
    public IssueAttachment GetPartAttachment()
    Returns
    Type Description
    IssueAttachment

    GetProperty(string)

    Declaration
    public IssueProperty GetProperty(string propertyName)
    Parameters
    Type Name Description
    string propertyName
    Returns
    Type Description
    IssueProperty

    GetPropertyValue(string)

    Declaration
    public string GetPropertyValue(string propertyName)
    Parameters
    Type Name Description
    string propertyName
    Returns
    Type Description
    string

    GetUserProperties()

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

    IsCheckedOut(out string)

    Declaration
    public bool IsCheckedOut(out string user)
    Parameters
    Type Name Description
    string user
    Returns
    Type Description
    bool

    IsClosed()

    Declaration
    public bool IsClosed()
    Returns
    Type Description
    bool

    IsReadOnly()

    Declaration
    public bool IsReadOnly()
    Returns
    Type Description
    bool

    LoadAttachments()

    Declaration
    public void LoadAttachments()

    ReloadProperties()

    Declaration
    public void ReloadProperties()

    RemoveAttachment(IssueAttachment)

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

    Review(string, string)

    Declaration
    public void Review(string reviewDecision, string comment)
    Parameters
    Type Name Description
    string reviewDecision
    string comment

    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
    INXObject
    In this article
    Back to top Generated by DocFX