C# Class Rock.Client.LocationEntity

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

Copies the base properties from a source Location object

Method Details

CopyPropertiesFrom() public méthode

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