C# Класс WebApplications.Utilities.Formatting.Resolution

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsResolved bool
NoCache bool

Открытые методы

Метод Описание
Resolution ( [ value, bool noCache = false ) : System

Initializes a new instance of the Resolution struct.

ToString ( ) : string

Returns a System.String that represents this instance.

ToString ( [ format, [ formatProvider = null ) : string

Returns a System.String that represents this instance.

Приватные методы

Метод Описание
Resolution ( bool isResolved, bool noCache ) : System

Initializes a new instance of the Resolution struct.

Описание методов

Resolution() публичный Метод

Initializes a new instance of the Resolution struct.
public Resolution ( [ value, bool noCache = false ) : System
value [ The resolved value.
noCache bool if set to then this resolution is not cached.
Результат System

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( [ format, [ formatProvider = null ) : string
format [ The format to use.-or- A null reference (Nothing in Visual Basic) to use the default format defined for the type of the implementation.
formatProvider [ The provider to use to format the value.-or- A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
Результат string

Описание свойств

IsResolved публичное свойство

is the value represents a resolution; otherwise to indicate the original tag was unknown.
public bool IsResolved
Результат bool

NoCache публичное свойство

Whether this resolution should be cached.
public bool NoCache
Результат bool