C# Class Affecto.Identifiers.Finnish.BusinessIdentifier

Afficher le fichier Open project: affecto/dotnet-Identifiers.Finnish Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( BusinessIdentifier other ) : bool

Private Methods

Méthode Description
BusinessIdentifier ( string businessId ) : System

Method Details

Create() public static méthode

public static Create ( string businessId ) : BusinessIdentifier
businessId string
Résultat BusinessIdentifier

Equals() protected méthode

protected Equals ( BusinessIdentifier other ) : bool
other BusinessIdentifier
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

TryCreate() public static méthode

public static TryCreate ( string businessId, BusinessIdentifier &result, string &failureReason ) : bool
businessId string
result BusinessIdentifier
failureReason string
Résultat bool