C# Class Rock.Client.InteractionChannelEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( InteractionChannel source ) : void

Copies the base properties from a source InteractionChannel object

Method Details

CopyPropertiesFrom() public method

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