C# Class Rock.Client.WorkflowActivityTypeEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( WorkflowActivityType source ) : void

Copies the base properties from a source WorkflowActivityType object

Method Details

CopyPropertiesFrom() public method

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