Skip to content

Latest commit

 

History

History
338 lines (294 loc) · 5.29 KB

Atc.Data.Models.md

File metadata and controls

338 lines (294 loc) · 5.29 KB

Atc.Data.Models


AssemblyInformation

AssemblyInformation.

public class AssemblyInformation

Properties

Copyright

Copyright

Summary: Gets or sets the copyright.

FullName

FullName

Summary: Gets or sets the full name.

IsDebugBuild

IsDebugBuild

Summary: Gets or sets the is debug build.

Name

Name

Summary: Gets or sets the name.

SourcePath

SourcePath

Summary: Gets or sets the source path.

TargetFrameworkDisplayName

TargetFrameworkDisplayName

Summary: Gets or sets the display name of the target framework.

TargetFrameworkName

TargetFrameworkName

Summary: Gets or sets the name of the target framework.

Version

Version

Summary: Gets or sets the version.

Methods

ToString

string ToString()

Culture

Culture.

public class Culture

Properties

CountryCodeA2

CountryCodeA2

Summary: Gets or sets the country code a2.

CountryCodeA3

CountryCodeA3

Summary: Gets or sets the country code a3.

CountryDisplayName

CountryDisplayName

Summary: Gets or sets the display name of the country.

CountryEnglishName

CountryEnglishName

Summary: Gets or sets the name of the country english.

CurrencySymbol

CurrencySymbol

Summary: Gets or sets the currency symbol.

IsoCurrencySymbol

IsoCurrencySymbol

Summary: Gets or sets the ISO currency symbol.

LanguageCodeA2

LanguageCodeA2

Summary: Gets or sets the language code a2.

LanguageCodeA3

LanguageCodeA3

Summary: Gets or sets the language code a3.

LanguageDisplayName

LanguageDisplayName

Summary: Gets or sets the display name of the language.

LanguageEnglishName

LanguageEnglishName

Summary: Gets or sets the name of the language english.

Lcid

Lcid

Summary: Gets or sets the lcid.

LongTimePattern

LongTimePattern

Summary: Gets or sets the long time pattern.

Name

Name

Summary: Gets or sets the name.

NumberDecimalSeparator

NumberDecimalSeparator

Summary: Gets or sets the number decimal separator.

ShortDatePattern

ShortDatePattern

Summary: Gets or sets the short date pattern.

Methods

ToString

string ToString()

HttpClientRequestResult<TData>

HttpClientRequestResult.

public class HttpClientRequestResult&lt;TData&gt;

Properties

CommunicationSucceeded

CommunicationSucceeded

Data

Data

Exception

Exception

HasData

HasData

HasException

HasException

HasMessage

HasMessage

Message

Message

StatusCode

StatusCode

Methods

GetErrorMessageOrMessage

string GetErrorMessageOrMessage()

ToString

string ToString()

IdValueItem

IdValueItem.

public class IdValueItem

Properties

Id

Id

Summary: Gets or sets the key.

Value

Value

Summary: Gets or sets the value.

Methods

ToString

string ToString()

KeyValueItem

KeyValueItem.

public class KeyValueItem

Properties

Key

Key

Summary: Gets or sets the key.

Value

Value

Summary: Gets or sets the value.

Methods

ToString

string ToString()

LogItem

LogKeyValueItem.

public class LogItem

Properties

Message

Message

Summary: Gets or sets the message.

Severity

Severity

Summary: Gets or sets the severity.

TimeStamp

TimeStamp

Summary: Gets or sets the time stamp.

Methods

ToString

string ToString()

LogKeyValueItem

LogKeyValueItem.

public class LogKeyValueItem : KeyValueItem

Properties

Description

Description

Summary: Gets or sets the description.

LogCategory

LogCategory

Summary: Gets or sets the log category.

Methods

GetLogMessage

string GetLogMessage(bool includeKey = True, bool includeDescription = True)

Summary: Gets the log message.

Parameters:
     includeKey  -  if set to true [include key].
     includeDescription  -  if set to true [include description].

ToString

string ToString()

Generated by MarkdownCodeDoc version 1.2