/// <summary>
 /// Get any objects that cause the delegate function to return true
 /// </summary>
 public Control[] Get(GetControlHandler function)
 {
     return(null);
 }
Exemple #2
0
 /// <summary>
 /// Returns an array of any controls from the Xrm.Page.ui.controls collection that cause the delegate function to return true
 /// </summary>
 public static Control[] GetControl(GetControlHandler function)
 {
     return null;
 }
 /// <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(GetControlHandler function)
 {
 }
Exemple #4
0
 /// <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(GetControlHandler function)
 {
 }