C# Class Rock.Client.EventCalendarItemEntity

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

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( EventCalendarItem source ) : void

Copies the base properties from a source EventCalendarItem object

Method Details

CopyPropertiesFrom() public méthode

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