%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : www.kowitt.ac.th / Your IP : 216.73.216.118 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Kowit/SchoolManage/ |
Upload File : |
<?xml version="1.0"?> <doc> <assembly> <name>Syncfusion.Grid.Grouping.Base</name> </assembly> <members> <member name="T:Syncfusion.NamespaceDoc"> <summary> The Syncfusion namespace contains classes that defines the value and reference data types, events and event handlers, interfaces, attributes and processing the exceptions. </summary> </member> <member name="T:Syncfusion.GridGroupingBaseAssembly"> <exclude/> <summary> This class holds the name of the Syncfusion.Grid.Grouping.Base assembly and provides a helper routine that helps with resolving types when loading a serialization stream and when the framework probes for assemblies by reflection. </summary> </member> <member name="F:Syncfusion.GridGroupingBaseAssembly.Name"> <summary> The full name of this assembly without version information: "Syncfusion.Grid.Grouping.Base". </summary> </member> <member name="F:Syncfusion.GridGroupingBaseAssembly.Assembly"> <summary> A reference to the <see cref="T:System.Reflection.Assembly"/> for the Grid assembly. </summary> </member> <member name="F:Syncfusion.GridGroupingBaseAssembly.RootNamespace"> <summary> The root namespace of this assembly. Used internally for locating resources within the assembly. </summary> </member> <member name="M:Syncfusion.GridGroupingBaseAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)"> <summary> This delegate helps with resolving types and can be used as an event handler for a <see cref="E:System.AppDomain.AssemblyResolve"/> event. </summary> <param name="sender">The source of the event.</param> <param name="e">The event data with information about the type.</param> <returns>A reference to the assembly where the type is located.</returns> <remarks> Use this handler when reading back types from a serialization stream saved with an earlier version of this assembly. </remarks> <example> <code lang="C#"> public static GridModel LoadSoap(Stream s) { try { AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GridBaseAssembly.AssemblyResolver); SoapFormatter b = new SoapFormatter(); b.AssemblyFormat = FormatterAssemblyStyle.Simple; GridModel t = b.Deserialize(s) as GridModel; t.Modified = false; return t; } finally { AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GridBaseAssembly.AssemblyResolver); } } <para/> </code> </example> </member> </members> </doc>