Class Identifier
The name of a job and name of the repository it can be found in.
Inherited Members
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()