Search Results for

    Show / Hide Table of Contents

    Class DocumentIdentifier

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    DocumentIdentifier
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CloudDM
    Assembly: NXOpen.dll
    Syntax
    public class DocumentIdentifier : TransientObject, IMessageSink, IDisposable

    Constructors

    DocumentIdentifier(nint)

    Declaration
    protected DocumentIdentifier(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    DateModified

    Declaration
    public string DateModified { get; }
    Property Value
    Type Description
    string

    DocumentUrn

    Declaration
    public string DocumentUrn { get; }
    Property Value
    Type Description
    string

    FileSize

    Declaration
    public double FileSize { get; }
    Property Value
    Type Description
    double

    LastSavedClientId

    Declaration
    public string LastSavedClientId { get; }
    Property Value
    Type Description
    string

    LockInfo

    Declaration
    public DocumentIdentifier.LockInformation LockInfo { get; }
    Property Value
    Type Description
    DocumentIdentifier.LockInformation

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string

    Owner

    Declaration
    public string Owner { get; }
    Property Value
    Type Description
    string

    RevisionUrn

    Declaration
    public string RevisionUrn { get; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX