C# Class Rock.Client.WorkflowActionEntity

Base client model for WorkflowAction that only includes the non-virtual fields. Use this for PUT/POSTs
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( WorkflowAction source ) : void

Copies the base properties from a source WorkflowAction object

Method Details

CopyPropertiesFrom() public method

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