C# Class Rock.Client.WorkflowTypeEntity

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

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( WorkflowType source ) : void

Copies the base properties from a source WorkflowType object

Method Details

CopyPropertiesFrom() public méthode

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