C# Class Rock.Client.RegistrationTemplateFeeEntity

Base client model for RegistrationTemplateFee that only includes the non-virtual fields. Use this for PUT/POSTs
显示文件 Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( RegistrationTemplateFee source ) : void

Copies the base properties from a source RegistrationTemplateFee object

Method Details

CopyPropertiesFrom() public method

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