C# Class Rock.Client.WorkflowLogEntity

Base client model for WorkflowLog that only includes the non-virtual fields. Use this for PUT/POSTs
ファイルを表示 Open project: NewSpring/Rock

Public Methods

Method Description
CopyPropertiesFrom ( WorkflowLog source ) : void

Copies the base properties from a source WorkflowLog object

Method Details

CopyPropertiesFrom() public method

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