C# Class Rock.Client.MetricValueEntity

Base client model for MetricValue that only includes the non-virtual fields. Use this for PUT/POSTs
Show file Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( MetricValue source ) : void

Copies the base properties from a source MetricValue object

Method Details

CopyPropertiesFrom() public method

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