C# Class Rock.Client.WorkflowEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( Workflow source ) : void

Copies the base properties from a source Workflow object

Method Details

CopyPropertiesFrom() public method

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