C# Class Rock.Client.RegistrationRegistrantEntity

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

Copies the base properties from a source RegistrationRegistrant object

Method Details

CopyPropertiesFrom() public méthode

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