C# Class Rock.Client.EntityTypeEntity

Base client model for EntityType that only includes the non-virtual fields. Use this for PUT/POSTs
Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
CopyPropertiesFrom ( Rock.Client.EntityType source ) : void

Copies the base properties from a source EntityType object

Method Details

CopyPropertiesFrom() public method

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