C# Class Affecto.Identifiers.Finnish.BusinessIdentifier

Show file Open project: affecto/dotnet-Identifiers.Finnish Class Usage Examples

Public Methods

Method Description
Create ( string businessId ) : BusinessIdentifier
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
TryCreate ( string businessId, BusinessIdentifier &result, string &failureReason ) : bool

Protected Methods

Method Description
Equals ( BusinessIdentifier other ) : bool

Private Methods

Method Description
BusinessIdentifier ( string businessId ) : System

Method Details

Create() public static method

public static Create ( string businessId ) : BusinessIdentifier
businessId string
return BusinessIdentifier

Equals() protected method

protected Equals ( BusinessIdentifier other ) : bool
other BusinessIdentifier
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

TryCreate() public static method

public static TryCreate ( string businessId, BusinessIdentifier &result, string &failureReason ) : bool
businessId string
result BusinessIdentifier
failureReason string
return bool