C# Class Rock.Client.WorkflowActivityTypeEntity

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

Méthodes publiques

Méthode Description
CopyPropertiesFrom ( WorkflowActivityType source ) : void

Copies the base properties from a source WorkflowActivityType object

Method Details

CopyPropertiesFrom() public méthode

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