C# Class Rock.Client.ConnectionWorkflowEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( ConnectionWorkflow source ) : void

Copies the base properties from a source ConnectionWorkflow object

Method Details

CopyPropertiesFrom() public method

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