Class Action
Inheritance
System.Object
System.MarshalByRefObject
Action
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.CAE.QualityAudit
Assembly: NXOpen.dll
Syntax
public class Action : NXObject, IMessageSink, INXObject
Constructors
Action()
Declaration
protected Action()
Properties
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Settings
Declaration
public ActionSettings Settings { get; }
Property Value
Type | Description |
---|---|
ActionSettings |
Methods
GetResults()
Declaration
public Result[] GetResults()
Returns
Type | Description |
---|---|
Result[] |
Perform(NXObject[])
Declaration
public void Perform(NXObject[] objects)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | objects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink