Class CheckerNode
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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.Validate
Assembly: NXOpen.dll
Syntax
public class CheckerNode : TransientObject, IMessageSink, IDisposable
Constructors
CheckerNode(IntPtr)
Declaration
protected CheckerNode(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
AttributeCustomizedFormulas
Declaration
public string AttributeCustomizedFormulas { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClassName
Declaration
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetChildCheckerEnabledFlag(String)
Declaration
public bool GetChildCheckerEnabledFlag(string childCheckerInstance)
Parameters
Type | Name | Description |
---|---|---|
System.String | childCheckerInstance |
Returns
Type | Description |
---|---|
System.Boolean |
GetChildCheckerEnabledFlags(out String[])
Declaration
public bool[] GetChildCheckerEnabledFlags(out string[] childCheckerInstances)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | childCheckerInstances |
Returns
Type | Description |
---|---|
System.Boolean[] |
GetChildCheckerInstanceNames()
Declaration
public string[] GetChildCheckerInstanceNames()
Returns
Type | Description |
---|---|
System.String[] |
SetChildCheckerEnabledFlag(String, Boolean)
Declaration
public void SetChildCheckerEnabledFlag(string childCheckerInstance, bool enableFlag)
Parameters
Type | Name | Description |
---|---|---|
System.String | childCheckerInstance | |
System.Boolean | enableFlag |
SetChildCheckerEnabledFlags(String[], Boolean[])
Declaration
public void SetChildCheckerEnabledFlags(string[] childCheckerInstances, bool[] enableFlags)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | childCheckerInstances | |
System.Boolean[] | enableFlags |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable