C# Class Rock.Client.NoteEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( Note source ) : void

Copies the base properties from a source Note object

Method Details

CopyPropertiesFrom() public method

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