/// <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(); } }
public static WorkItemRowSetNames GetInstance(IWorkItemRowSetNames src) { return(default(WorkItemRowSetNames)); }