C# Class Rock.Client.EventItemOccurrenceEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( EventItemOccurrence source ) : void

Copies the base properties from a source EventItemOccurrence object

Method Details

CopyPropertiesFrom() public method

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