C# Class Rock.Client.FieldTypeEntity

Base client model for FieldType that only includes the non-virtual fields. Use this for PUT/POSTs
Show file Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( FieldType source ) : void

Copies the base properties from a source FieldType object

Method Details

CopyPropertiesFrom() public method

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