C# Class Rock.Client.AttributeEntity

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

Copies the base properties from a source Attribute object

Method Details

CopyPropertiesFrom() public méthode

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