C# Class Rock.Client.DeviceEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( Device source ) : void

Copies the base properties from a source Device object

Method Details

CopyPropertiesFrom() public method

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