Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap/Documentation/en/Novell.Directory.Ldap.Extensions/PartitionEntryCountResponse.xml')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Documentation/en/Novell.Directory.Ldap.Extensions/PartitionEntryCountResponse.xml78
1 files changed, 78 insertions, 0 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Documentation/en/Novell.Directory.Ldap.Extensions/PartitionEntryCountResponse.xml b/mcs/class/Novell.Directory.Ldap/Documentation/en/Novell.Directory.Ldap.Extensions/PartitionEntryCountResponse.xml
new file mode 100644
index 00000000000..e021876b54d
--- /dev/null
+++ b/mcs/class/Novell.Directory.Ldap/Documentation/en/Novell.Directory.Ldap.Extensions/PartitionEntryCountResponse.xml
@@ -0,0 +1,78 @@
+<Type Name="PartitionEntryCountResponse" FullName="Novell.Directory.Ldap.Extensions.PartitionEntryCountResponse">
+ <TypeSignature Language="C#" Value="public class PartitionEntryCountResponse : Novell.Directory.Ldap.LdapExtendedResponse" />
+ <AssemblyInfo>
+ <AssemblyName>Novell.Directory.Ldap</AssemblyName>
+ <AssemblyVersion>1.0.5000.0</AssemblyVersion>
+ <AssemblyCulture>
+ </AssemblyCulture>
+ <Attributes>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyKeyFile(KeyFile="../mono.pub")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyDelaySign(DelaySign=True)</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.CLSCompliant(IsCompliant=True)</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyCulture(Culture="")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyTrademark(Trademark="")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyCopyright(Copyright=" (C) 2003 Novell, Inc")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyProduct(Product="")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyCompany(Company="Novell, Inc")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyConfiguration(Configuration="")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyDescription(Description="Novell.Directory.Ldap")</AttributeName>
+ </Attribute>
+ <Attribute>
+ <AttributeName>System.Reflection.AssemblyTitle(Title="C# LDAP")</AttributeName>
+ </Attribute>
+ </Attributes>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>Novell.Directory.Ldap.LdapExtendedResponse</BaseTypeName>
+ </Base>
+ <Interfaces />
+ <Members>
+ <Member MemberName=".ctor">
+ <MemberSignature Language="C#" Value="public PartitionEntryCountResponse(Novell.Directory.Ldap.Rfc2251.RfcLdapMessage rfcMessage)" />
+ <MemberType>Constructor</MemberType>
+ <Parameters>
+ <Parameter Name="rfcMessage" Type="Novell.Directory.Ldap.Rfc2251.RfcLdapMessage" />
+ </Parameters>
+ <Docs>
+ <summary>To be added.</summary>
+ <param name="rfcMessage">To be added.</param>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
+ <Member MemberName="Count">
+ <MemberSignature Language="C#" Value="public virtual int Count { get; }" />
+ <MemberType>Property</MemberType>
+ <ReturnValue>
+ <ReturnType>System.Int32</ReturnType>
+ </ReturnValue>
+ <Docs>
+ <summary>To be added.</summary>
+ <value>To be added.</value>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
+ </Members>
+ <Docs>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+</Type>