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

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

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

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

Copies the base properties from a source RegistrationRegistrantFee object

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

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

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