Class PartReopenStatus
Inheritance
System.Object
System.MarshalByRefObject
PartReopenStatus
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
Assembly: NXOpen.dll
Syntax
public class PartReopenStatus : TransientObject, IMessageSink, IDisposable
Constructors
PartReopenStatus(IntPtr)
Declaration
protected PartReopenStatus(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
AfterName
Declaration
public string AfterName { get; }
Property Value
Type | Description |
---|---|
System.String |
BeforeName
Declaration
public string BeforeName { get; }
Property Value
Type | Description |
---|---|
System.String |
CouldNotClose
Declaration
public bool CouldNotClose { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LoadStatus
Declaration
public int LoadStatus { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
LoadStatusDescription
Declaration
public string LoadStatusDescription { get; }
Property Value
Type | Description |
---|---|
System.String |
ModifiedInSession
Declaration
public bool ModifiedInSession { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifiedOnDisk
Declaration
public bool ModifiedOnDisk { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable