C# Class Rock.Client.GroupTypeEntity

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

Copies the base properties from a source GroupType object

Method Details

CopyPropertiesFrom() public méthode

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