C# Class Rock.Client.FieldTypeEntity

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

Copies the base properties from a source FieldType object

Method Details

CopyPropertiesFrom() public méthode

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