Class IssueProperty
Inheritance
System.Object
System.MarshalByRefObject
IssueProperty
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)
Namespace: NXOpen.Issue
Assembly: NXOpen.dll
Syntax
public class IssueProperty : NXObject, IMessageSink, INXObject
Constructors
IssueProperty()
Declaration
protected IssueProperty()
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StringValue
Declaration
public string StringValue { get; }
Property Value
Type | Description |
---|---|
System.String |
ValueType
Declaration
public IssueProperty.Type ValueType { get; }
Property Value
Type | Description |
---|---|
IssueProperty.Type |
Methods
GetChoices()
Declaration
public string[] GetChoices()
Returns
Type | Description |
---|---|
System.String[] |
GetDefaultChoice()
Declaration
public string GetDefaultChoice()
Returns
Type | Description |
---|---|
System.String |
Implements
System.Runtime.Remoting.Messaging.IMessageSink