C# Class Rock.Client.ConnectionTypeEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( ConnectionType source ) : void

Copies the base properties from a source ConnectionType object

Method Details

CopyPropertiesFrom() public method

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