C# 클래스 Rock.Client.GroupTypeEntity

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

공개 메소드들

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

Copies the base properties from a source GroupType object

메소드 상세

CopyPropertiesFrom() 공개 메소드

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