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

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

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

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

Copies the base properties from a source InteractionComponent object

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

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

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