C# Class Rock.Client.AttributeValueEntity

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

Copies the base properties from a source AttributeValue object

Method Details

CopyPropertiesFrom() public méthode

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