C# Class Rock.Client.WorkflowTypeEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( WorkflowType source ) : void

Copies the base properties from a source WorkflowType object

Method Details

CopyPropertiesFrom() public method

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