C# Class FoundationDB.Client.Status.Message

Show file Open project: BedeGaming/foundationdb-dotnet-client

Public Properties

Property Type Description
Description string
Name string

Public Methods

Method Description
Equals ( Message other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Method 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 method

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

Property Details

Description public property

User friendly description of this message
public string Description
return string

Name public property

Code for this message
public string Name
return string