C# 클래스 WebApplications.Utilities.Formatting.Resolution

파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 프로퍼티들

프로퍼티 타입 설명
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