Class ActionSettings
Inheritance
System.Object
System.MarshalByRefObject
ActionSettings
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 ActionSettings : NXObject, IMessageSink, INXObject
Constructors
ActionSettings()
Declaration
protected ActionSettings()
Properties
Action
Declaration
public Action Action { get; }
Property Value
| Type | Description |
|---|---|
| Action |
Methods
AllowOverride(ConnectionType, Boolean)
Declaration
public void AllowOverride(ConnectionType connectionType, bool allowOverride)
Parameters
| Type | Name | Description |
|---|---|---|
| ConnectionType | connectionType | |
| System.Boolean | allowOverride |
CanOverride(ConnectionType)
Declaration
public bool CanOverride(ConnectionType connectionType)
Parameters
| Type | Name | Description |
|---|---|---|
| ConnectionType | connectionType |
Returns
| Type | Description |
|---|---|
| System.Boolean |
GetSupportedConnectionTypes()
Declaration
public ConnectionType[] GetSupportedConnectionTypes()
Returns
| Type | Description |
|---|---|
| ConnectionType[] |
ResetToDefaults()
Declaration
public void ResetToDefaults()
Implements
System.Runtime.Remoting.Messaging.IMessageSink