C# Class Rock.Client.ScheduleEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( Schedule source ) : void

Copies the base properties from a source Schedule object

Method Details

CopyPropertiesFrom() public method

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