C# Class Rock.Client.SiteEntity

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

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( Site source ) : void

Copies the base properties from a source Site object

Method Details

CopyPropertiesFrom() public méthode

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