C# Class Rock.Client.BlockEntity

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

Copies the base properties from a source Block object

Method Details

CopyPropertiesFrom() public méthode

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