Пример #1
0
 /// <summary>
 /// Returns a <see cref="System.String" /> that represents this instance.
 /// </summary>
 /// <returns>
 /// A <see cref="System.String" /> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     // TODO ask David if we can EntityType.ToStringSafe() instead of EntityType.Name below
     return(this.WorkflowName ?? EntityType.Name + " " + WorkflowTriggerType.ConvertToString());
 }
Пример #2
0
 /// <summary>
 /// Returns a <see cref="System.String" /> that represents this instance.
 /// </summary>
 /// <returns>
 /// A <see cref="System.String" /> that represents this instance.
 /// </returns>
 public override string ToString()
 {
     return(this.WorkflowName ?? EntityType.Name + " " + WorkflowTriggerType.ConvertToString());
 }