Show / Hide Table of Contents

    Class Identifier

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

    Inheritance
    System.Object
    Identifier
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.String

    A UTF-8 encoded string

    Methods

    Dispose(Boolean)

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

    Finalize()

    Declaration
    protected void Finalize()
    Back to top