C# Class Rock.Client.MetaphoneEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( Metaphone source ) : void

Copies the base properties from a source Metaphone object

Method Details

CopyPropertiesFrom() public method

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