C# Class Rock.Client.BinaryFileEntity

Base client model for BinaryFile that only includes the non-virtual fields. Use this for PUT/POSTs
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( BinaryFile source ) : void

Copies the base properties from a source BinaryFile object

Method Details

CopyPropertiesFrom() public method

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