C# Class Rock.Client.EventItemOccurrenceEntity

Base client model for EventItemOccurrence 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 ( EventItemOccurrence source ) : void

Copies the base properties from a source EventItemOccurrence object

Method Details

CopyPropertiesFrom() public méthode

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