C# Class Rock.Client.AttributeValueEntity

Base client model for AttributeValue that only includes the non-virtual fields. Use this for PUT/POSTs
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( AttributeValue source ) : void

Copies the base properties from a source AttributeValue object

Method Details

CopyPropertiesFrom() public method

Copies the base properties from a source AttributeValue object
public CopyPropertiesFrom ( AttributeValue source ) : void
source AttributeValue The source.
return void