C# Класс Rock.Client.EventItemOccurrenceEntity

Base client model for EventItemOccurrence that only includes the non-virtual fields. Use this for PUT/POSTs
Показать файл Открыть проект

Открытые методы

Метод Описание
CopyPropertiesFrom ( EventItemOccurrence source ) : void

Copies the base properties from a source EventItemOccurrence object

Описание методов

CopyPropertiesFrom() публичный Метод

Copies the base properties from a source EventItemOccurrence object
public CopyPropertiesFrom ( EventItemOccurrence source ) : void
source EventItemOccurrence The source.
Результат void