Client model for GroupMemberWorkflowTrigger that includes all the fields that are available for GETs. Use this for GETs (use GroupMemberWorkflowTriggerEntity for POST/PUTs)
Inheritance: GroupMemberWorkflowTriggerEntity
コード例 #1
0
 /// <summary>
 /// Copies the base properties from a source GroupMemberWorkflowTrigger object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom(GroupMemberWorkflowTrigger source)
 {
     this.Id             = source.Id;
     this.ForeignGuid    = source.ForeignGuid;
     this.ForeignKey     = source.ForeignKey;
     this.GroupId        = source.GroupId;
     this.GroupTypeId    = source.GroupTypeId;
     this.IsActive       = source.IsActive;
     this.Name           = source.Name;
     this.Order          = source.Order;
     this.TriggerType    = source.TriggerType;
     this.TypeQualifier  = source.TypeQualifier;
     this.WorkflowName   = source.WorkflowName;
     this.WorkflowTypeId = source.WorkflowTypeId;
     this.Guid           = source.Guid;
     this.ForeignId      = source.ForeignId;
 }
コード例 #2
0
 /// <summary>
 /// Copies the base properties from a source GroupMemberWorkflowTrigger object
 /// </summary>
 /// <param name="source">The source.</param>
 public void CopyPropertiesFrom( GroupMemberWorkflowTrigger source )
 {
     this.Id = source.Id;
     this.GroupId = source.GroupId;
     this.GroupTypeId = source.GroupTypeId;
     this.IsActive = source.IsActive;
     this.Name = source.Name;
     this.Order = source.Order;
     this.TriggerType = source.TriggerType;
     this.TypeQualifier = source.TypeQualifier;
     this.WorkflowName = source.WorkflowName;
     this.WorkflowTypeId = source.WorkflowTypeId;
     this.Guid = source.Guid;
     this.ForeignId = source.ForeignId;
 }