C# Class Rock.Client.GroupTypeEntity

Base client model for GroupType that only includes the non-virtual fields. Use this for PUT/POSTs
ファイルを表示 Open project: SparkDevNetwork/Rock

Public Methods

Method Description
CopyPropertiesFrom ( GroupType source ) : void

Copies the base properties from a source GroupType object

Method Details

CopyPropertiesFrom() public method

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