C# Class Rock.Client.BenevolenceRequestEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( BenevolenceRequest source ) : void

Copies the base properties from a source BenevolenceRequest object

Method Details

CopyPropertiesFrom() public method

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