Show / Hide Table of Contents

    Class Identifier

    The name of a job and name of the repository it can be found in.

    Inheritance
    object
    Identifier
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Database
    Assembly: DesignData.SDS2.Database.dll
    Syntax
    public class Identifier

    Properties

    Name

    The name of the job and repository.

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

    A UTF-8 encoded string

    Methods

    Dispose(bool)

    The name of a job and name of the repository it can be found in.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~Identifier()

    The name of a job and name of the repository it can be found in.

    Declaration
    protected ~Identifier()
    Back to top