Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Rock
Client
EventItemOccurrenceEntity
C# Class Rock.Client.EventItemOccurrenceEntity
Base client model for EventItemOccurrence that only includes the non-virtual fields. Use this for PUT/POSTs
Exibir arquivo
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