C# Class Rock.Client.EventCalendarItemEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( EventCalendarItem source ) : void

Copies the base properties from a source EventCalendarItem object

Method Details

CopyPropertiesFrom() public method

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