Rock.Web.Cache.AttributeValueCache.AttributeValueCache C# (CSharp) Method

AttributeValueCache() public method

Initializes a new instance of the AttributeValueCache class.
public AttributeValueCache ( Rock model ) : System
model Rock The model.
return System
        public AttributeValueCache( Rock.Model.AttributeValue model )
        {
            AttributeId = model.AttributeId;
            Value = model.Value;
        }

Same methods

AttributeValueCache::AttributeValueCache ( ) : System