Class ValidationManager
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Validate
Assembly: NXOpen.dll
Syntax
public class ValidationManager : NXRemotableObject, IMessageSink
Constructors
ValidationManager(Session)
Declaration
protected ValidationManager(Session owner)
Parameters
Type | Name | Description |
---|---|---|
Session | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateParser(String)
Declaration
public Parser CreateParser(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
Parser |
CreateValidator(String)
Declaration
public Validator CreateValidator(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
Validator |
DeleteParser(Parser)
Declaration
public void DeleteParser(Parser parser)
Parameters
Type | Name | Description |
---|---|---|
Parser | parser |
DeleteValidator(Validator)
Declaration
public void DeleteValidator(Validator validator)
Parameters
Type | Name | Description |
---|---|---|
Validator | validator |
FindParser(String, out Parser[])
Declaration
public void FindParser(string name, out Parser[] parsers)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Parser[] | parsers |
FindValidator(String, out Validator[])
Declaration
public void FindValidator(string name, out Validator[] validators)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
Validator[] | validators |
Implements
System.Runtime.Remoting.Messaging.IMessageSink