C# Class Rock.Client.FinancialBatchEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( FinancialBatch source ) : void

Copies the base properties from a source FinancialBatch object

Method Details

CopyPropertiesFrom() public method

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