AssemblyInformation.
public class AssemblyInformation
CopyrightSummary: Gets or sets the copyright.
FullNameSummary: Gets or sets the full name.
IsDebugBuildSummary: Gets or sets the is debug build.
NameSummary: Gets or sets the name.
SourcePathSummary: Gets or sets the source path.
TargetFrameworkDisplayNameSummary: Gets or sets the display name of the target framework.
TargetFrameworkNameSummary: Gets or sets the name of the target framework.
VersionSummary: Gets or sets the version.
string ToString()
Culture.
public class Culture
CountryCodeA2Summary: Gets or sets the country code a2.
CountryCodeA3Summary: Gets or sets the country code a3.
CountryDisplayNameSummary: Gets or sets the display name of the country.
CountryEnglishNameSummary: Gets or sets the name of the country english.
CurrencySymbolSummary: Gets or sets the currency symbol.
IsoCurrencySymbolSummary: Gets or sets the ISO currency symbol.
LanguageCodeA2Summary: Gets or sets the language code a2.
LanguageCodeA3Summary: Gets or sets the language code a3.
LanguageDisplayNameSummary: Gets or sets the display name of the language.
LanguageEnglishNameSummary: Gets or sets the name of the language english.
LcidSummary: Gets or sets the lcid.
LongTimePatternSummary: Gets or sets the long time pattern.
NameSummary: Gets or sets the name.
NumberDecimalSeparatorSummary: Gets or sets the number decimal separator.
ShortDatePatternSummary: Gets or sets the short date pattern.
string ToString()
HttpClientRequestResult.
public class HttpClientRequestResult<TData>
CommunicationSucceeded
Data
Exception
HasData
HasException
HasMessage
Message
StatusCode
string GetErrorMessageOrMessage()
string ToString()
IdValueItem.
public class IdValueItem
IdSummary: Gets or sets the key.
ValueSummary: Gets or sets the value.
string ToString()
KeyValueItem.
public class KeyValueItem
KeySummary: Gets or sets the key.
ValueSummary: Gets or sets the value.
string ToString()
LogKeyValueItem.
public class LogItem
MessageSummary: Gets or sets the message.
SeveritySummary: Gets or sets the severity.
TimeStampSummary: Gets or sets the time stamp.
string ToString()
LogKeyValueItem.
public class LogKeyValueItem : KeyValueItem
DescriptionSummary: Gets or sets the description.
LogCategorySummary: Gets or sets the log category.
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].
string ToString()