C# Class Rock.Client.WorkflowLogEntity

Base client model for WorkflowLog 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 ( WorkflowLog source ) : void

Copies the base properties from a source WorkflowLog object

Method Details

CopyPropertiesFrom() public méthode

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