BuildMaster SDK Reference
Version:

DataDomain<TDomain> Class

Represents a domain of type codes.

Inheritance Hierarchy

  • object
    • Inedo.Data.DataDomain<TDomain>

Syntax

public class DataDomain<TDomain>

Constructors

Name Description
DataDomain<TDomain>

Methods

Name Description
GetName(string code)

Gets the name of the specified type code.

GetValues

Returns the values of the domain.

ParseName(string name)

Returns the code which corresponds to the specified domain name.

ToArray

Returns an array containing the domain values.

TryParseName(string name)

Returns the code which corresponds to the specified domain name.

Validate(string code)

Validates the specified type code.