C# 클래스 Rock.Client.EventItemOccurrenceChannelItemEntity

Base client model for EventItemOccurrenceChannelItem that only includes the non-virtual fields. Use this for PUT/POSTs
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
CopyPropertiesFrom ( EventItemOccurrenceChannelItem source ) : void

Copies the base properties from a source EventItemOccurrenceChannelItem object

메소드 상세

CopyPropertiesFrom() 공개 메소드

Copies the base properties from a source EventItemOccurrenceChannelItem object
public CopyPropertiesFrom ( EventItemOccurrenceChannelItem source ) : void
source EventItemOccurrenceChannelItem The source.
리턴 void