C# Class Rock.Client.DefinedValueEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( DefinedValue source ) : void

Copies the base properties from a source DefinedValue object

Method Details

CopyPropertiesFrom() public method

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