C# Class Rock.Client.NoteTypeEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( NoteType source ) : void

Copies the base properties from a source NoteType object

Method Details

CopyPropertiesFrom() public method

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