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

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

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

Метод Описание
CopyPropertiesFrom ( Rock.Client.EntityType source ) : void

Copies the base properties from a source EntityType object

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

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

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