C# Class Rock.Client.WorkflowActionFormAttributeEntity

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

Public Methods

Method Description
CopyPropertiesFrom ( WorkflowActionFormAttribute source ) : void

Copies the base properties from a source WorkflowActionFormAttribute object

Method Details

CopyPropertiesFrom() public method

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