Exemplo n.º 1
0
 /// <summary>
 ///     Gets the <see cref="IIRowSet" /> with the specified name.
 /// </summary>
 /// <param name="name">The name.</param>
 /// <returns>IIRowSet.</returns>
 /// <exception cref="DynCon.OSI.Core.Helpers.ToBeImplementedException"></exception>
 IIRowSet IIWorkItemRowSets.this[IWorkItemRowSetNames name] {
     get { throw new ToBeImplementedException(); }
 }
Exemplo n.º 2
0
 public static WorkItemRowSetNames GetInstance(IWorkItemRowSetNames src)
 {
     return(default(WorkItemRowSetNames));
 }