C# Class Rock.Client.BinaryFileEntity

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

Copies the base properties from a source BinaryFile object

Method Details

CopyPropertiesFrom() public méthode

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