C# Class Rock.Client.FinancialPledgeEntity

Base client model for FinancialPledge that only includes the non-virtual fields. Use this for PUT/POSTs
Show file Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( FinancialPledge source ) : void

Copies the base properties from a source FinancialPledge object

Method Details

CopyPropertiesFrom() public method

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