C# Class Rock.Client.RegistrationTemplateEntity

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

Copies the base properties from a source RegistrationTemplate object

Method Details

CopyPropertiesFrom() public méthode

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