C# Class Rock.Client.MetricValueEntity

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

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( MetricValue source ) : void

Copies the base properties from a source MetricValue object

Method Details

CopyPropertiesFrom() public méthode

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