C# Class Rock.Client.CommunicationTemplateEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( CommunicationTemplate source ) : void

Copies the base properties from a source CommunicationTemplate object

Method Details

CopyPropertiesFrom() public method

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