C# Class Rock.Client.GroupRequirementEntity

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

Copies the base properties from a source GroupRequirement object

Method Details

CopyPropertiesFrom() public méthode

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