C# Class Rock.Web.Cache.AttributeValueCache

Show file Open project: SparkDevNetwork/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

AttributeValueCache() public method

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

AttributeValueCache() public method

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

ToString() public method

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