C# Class Rock.Client.AttributeEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( Attribute source ) : void

Copies the base properties from a source Attribute object

Method Details

CopyPropertiesFrom() public method

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