C# Class FoundationDB.Client.Status.Message

Afficher le fichier Open project: BedeGaming/foundationdb-dotnet-client

Méthodes publiques

Свойство Type Description
Description string
Name string

Méthodes publiques

Méthode Description
Equals ( Message other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Méthode Description
From ( object>.Dictionary data, string field ) : Message
FromArray ( object>.Dictionary data, string field ) : Message[]
Message ( string name, string description ) : FoundationDB.Client.Utils

Method Details

Equals() public méthode

public Equals ( Message other ) : bool
other Message
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

Property Details

Description public_oe property

User friendly description of this message
public string Description
Résultat string

Name public_oe property

Code for this message
public string Name
Résultat string