C# 클래스 Rock.Web.Cache.AttributeValueCache

파일 보기 프로젝트 열기: SparkDevNetwork/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AttributeValueCache ( ) : System

Initializes a new instance of the AttributeValueCache class.

AttributeValueCache ( Rock model ) : System

Initializes a new instance of the AttributeValueCache class.

ToString ( ) : string

Returns the Formatted Value of this Attribute Value

메소드 상세

AttributeValueCache() 공개 메소드

Initializes a new instance of the AttributeValueCache class.
public AttributeValueCache ( ) : System
리턴 System

AttributeValueCache() 공개 메소드

Initializes a new instance of the AttributeValueCache class.
public AttributeValueCache ( Rock model ) : System
model Rock The model.
리턴 System

ToString() 공개 메소드

Returns the Formatted Value of this Attribute Value
public ToString ( ) : string
리턴 string