C# Class Rock.Client.RegistrationRegistrantFeeEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( RegistrationRegistrantFee source ) : void

Copies the base properties from a source RegistrationRegistrantFee object

Method Details

CopyPropertiesFrom() public method

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