C# Class Rock.Client.BinaryFileTypeEntity

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

Copies the base properties from a source BinaryFileType object

Method Details

CopyPropertiesFrom() public méthode

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