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

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

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

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

Copies the base properties from a source BinaryFileType object

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

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

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