/// <summary> /// Returns an array of any attributes from the Xrm.Page.data.entity.attributes collection that cause the delegate function to return true /// </summary> public static XrmAttribute[] GetAttribute(GetAttributeHandler function) { return null; }
/// <summary> /// Get any objects that cause the delegate function to return true /// </summary> public XrmAttribute[] Get(GetAttributeHandler function) { return(null); }
public void ForEach(GetAttributeHandler function) { }
/// <summary> /// Applies the action contained in a delegate function /// </summary> /// <param name="function">Delegate function with parameters for attribute and index</param> public void ForEach(GetAttributeHandler function) { }