Class Condition
Inheritance
System.Object
System.MarshalByRefObject
Condition
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.VisualReporting
Assembly: NXOpen.dll
Syntax
public class Condition : NXObject, IMessageSink, INXObject
Constructors
Condition()
Declaration
protected Condition()
Properties
Datatype
Declaration
public Property.DatatypeOption Datatype { get; }
Property Value
Type | Description |
---|---|
Property.DatatypeOption |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasUserSpecifiedValue
Declaration
public bool HasUserSpecifiedValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OperatorType
Declaration
public Condition.OperatorOption OperatorType { get; set; }
Property Value
Type | Description |
---|---|
Condition.OperatorOption |
ParentCondition
Declaration
public Condition ParentCondition { get; }
Property Value
Type | Description |
---|---|
Condition |
Property
Declaration
public Property Property { get; set; }
Property Value
Type | Description |
---|---|
Property |
Type
Declaration
public Condition.TypeOption Type { get; }
Property Value
Type | Description |
---|---|
Condition.TypeOption |
UserPrompt
Declaration
public string UserPrompt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetChildCondition(Int32)
Declaration
public Condition GetChildCondition(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
Condition |
GetChildConditions()
Declaration
public Condition[] GetChildConditions()
Returns
Type | Description |
---|---|
Condition[] |
IsChildCondition(Condition)
Declaration
public bool IsChildCondition(Condition childCondition)
Parameters
Type | Name | Description |
---|---|---|
Condition | childCondition |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink