C# Class Rock.Client.SystemEmailEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( SystemEmail source ) : void

Copies the base properties from a source SystemEmail object

Method Details

CopyPropertiesFrom() public method

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