C# Class Rock.Client.FinancialAccountEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( FinancialAccount source ) : void

Copies the base properties from a source FinancialAccount object

Method Details

CopyPropertiesFrom() public method

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