C# Class tik4net.Api.ApiReSentence

Inheritance: tik4net.Api.ApiSentence, ITikReSentence
Datei anzeigen Open project: danikf/tik4net Class Usage Examples

Public Methods

Method Description
ApiReSentence ( IEnumerable words ) : System
GetId ( ) : string
GetResponseField ( string fieldName ) : string
GetResponseFieldOrDefault ( string fieldName, string defaultValue ) : string
TryGetResponseField ( string fieldName, string &fieldValue ) : bool

Method Details

ApiReSentence() public method

public ApiReSentence ( IEnumerable words ) : System
words IEnumerable
return System

GetId() public method

public GetId ( ) : string
return string

GetResponseField() public method

public GetResponseField ( string fieldName ) : string
fieldName string
return string

GetResponseFieldOrDefault() public method

public GetResponseFieldOrDefault ( string fieldName, string defaultValue ) : string
fieldName string
defaultValue string
return string

TryGetResponseField() public method

public TryGetResponseField ( string fieldName, string &fieldValue ) : bool
fieldName string
fieldValue string
return bool