Search Results for

    Show / Hide Table of Contents

    Struct DocumentIdentifier.LockInformation

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CloudDM
    Assembly: NXOpen.dll
    Syntax
    public struct DocumentIdentifier.LockInformation

    Constructors

    LockInformation(string, string, string)

    Declaration
    public LockInformation(string LockedAt, string LockExpires, string LockedBy)
    Parameters
    Type Name Description
    string LockedAt
    string LockExpires
    string LockedBy

    Fields

    LockExpires

    Declaration
    public string LockExpires
    Field Value
    Type Description
    string

    LockedAt

    Declaration
    public string LockedAt
    Field Value
    Type Description
    string

    LockedBy

    Declaration
    public string LockedBy
    Field Value
    Type Description
    string

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX