Class IncrementalChange
Inheritance
System.Object
System.MarshalByRefObject
IncrementalChange
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.PcbExchange
Assembly: NXOpen.dll
Syntax
public class IncrementalChange : TaggedObject, IMessageSink
Constructors
IncrementalChange()
Declaration
protected IncrementalChange()
Properties
Accepted
Declaration
public bool Accepted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Comments
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Transaction
Declaration
public string Transaction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetAttributes(out String[])
Declaration
public string[] GetAttributes(out string[] names)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | names |
Returns
Type | Description |
---|---|
System.String[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink