You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.5 KiB
76 lines
3.5 KiB
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Syncfusion.Grouping.Windows</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.GroupingWindowsAssembly">
|
|
<exclude/>
|
|
<summary>
|
|
This class holds the name of the Syncfusion.Grouping.Windows 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.GroupingWindowsAssembly.Name">
|
|
<summary>
|
|
The full name of this assembly without version information: "Syncfusion.Grouping.Windows"
|
|
</summary>
|
|
</member>
|
|
<member name="F:Syncfusion.GroupingWindowsAssembly.Assembly">
|
|
<summary>
|
|
A reference to the <see cref="T:System.Reflection.Assembly"/> for the Grouping assembly.
|
|
</summary>
|
|
</member>
|
|
<member name="F:Syncfusion.GroupingWindowsAssembly.RootNamespace">
|
|
<summary>
|
|
The root namespace of this assembly. Used internally for locating resources within the assembly.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Syncfusion.GroupingWindowsAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
|
|
<summary>
|
|
This delegate helps with resolving types and can be used as a eventhandler
|
|
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 stread
|
|
saved with an earlier version of this assembly.
|
|
</remarks>
|
|
<example>
|
|
<code lang="C#">
|
|
public static GroupingModel LoadSoap(Stream s)
|
|
{
|
|
try
|
|
{
|
|
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GroupingBaseAssembly.AssemblyResolver);
|
|
SoapFormatter b = new SoapFormatter();
|
|
b.AssemblyFormat = FormatterAssemblyStyle.Simple;
|
|
GroupingModel t = b.Deserialize(s) as GroupingModel;
|
|
t.Modified = false;
|
|
return t;
|
|
}
|
|
finally
|
|
{
|
|
AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GroupingBaseAssembly.AssemblyResolver);
|
|
}
|
|
}
|
|
|
|
</code>
|
|
</example>
|
|
</member>
|
|
<member name="T:Syncfusion.Windows.Forms.Grouping.NamespaceDoc">
|
|
<summary>
|
|
The Syncfusion.Windows.Forms.Grid.Grouping namespace contains classes that implements the Essential GridGroupingControl and its events and event handlers, interfaces, attributes and processing the exceptions.
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc>
|