C# Class Rock.Client.HistoryEntity

Base client model for History 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 ( History source ) : void

Copies the base properties from a source History object

Method Details

CopyPropertiesFrom() public méthode

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