Class Diagnostics
Internal only.
Represents the class that provides the diagnostics methods to trace the element operations.
Inheritance
System.Object
Diagnostics
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Grouping.Base.dll
Syntax
Constructors
Diagnostics()
Declaration
Fields
MaxCount
Declaration
public static int MaxCount
Field Value
MaxLineLength
Declaration
public static int MaxLineLength
Field Value
Methods
DumpElement(Element)
Internal only.
Dumps the element.
Declaration
[Conditional("DEBUG")]
public static void DumpElement(Element el)
Parameters
DumpSummaries(Element)
Internal only.
Dumps the summary of the given element.
Declaration
[Conditional("DEBUG")]
public static void DumpSummaries(Element el)
Parameters
IterateThroughAllElement(Table)
Internal only.
Performs iteration through all the elements.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughAllElement(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
IterateThroughAllSortedRecords(Table)
Internal only.
Performs iteration through all sorted records.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughAllSortedRecords(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
IterateThroughDisplayElement(Table)
Internal only.
Performs the iteration through the display element.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughDisplayElement(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
IterateThroughFilteredRecords(Table)
Internal only.
Performs iteration through filtered records.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughFilteredRecords(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
IterateThroughGroup(String, Group)
Internal only.
Performs iteration through the group specified with the given string and the instance of the Group class.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughGroup(string s, Group parentGroup)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Group |
parentGroup |
|
IterateThroughGroups(Table)
Internal only.
Performs iteration through groups with the specified instance of the Table class.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughGroups(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
IterateThroughNestedDisplayElement(Table)
Internal only.
Performs iteration through the nested display element.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughNestedDisplayElement(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
IterateThroughNestedElements(Table)
Internal only.
Performs iteration through nested elements.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughNestedElements(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|
IterateThroughUnsortedRecords(Table)
Internal only.
Performs iteration through unsorted elements.
Declaration
[Conditional("DEBUG")]
public static void IterateThroughUnsortedRecords(Table table)
Parameters
Type |
Name |
Description |
Table |
table |
|