Home
last modified time | relevance | path

Searched refs:SortRequestControl (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/tests/
H A DSortRequestControlTests.cs19 var control = new SortRequestControl(sortKeys); in Ctor_SortKeys()
45 … AssertExtensions.Throws<ArgumentNullException>("sortKeys", () => new SortRequestControl(null)); in Ctor_NullSortKeys_ThrowsArgumentNullException()
51 …AssertExtensions.Throws<ArgumentException>("sortKeys", () => new SortRequestControl(new SortKey[] … in CtorNullValueInSortKeys_ThrowsArgumentException()
57 var control = new SortRequestControl("AttributeName", true); in Ctor_AttributeName_ReverseOrder()
70 var control = new SortRequestControl("AttributeName", "MatchingRule", true); in Ctor_AttributeName_MatchingRule_ReverseOrder()
84 var control = new SortRequestControl { SortKeys = sortKeys }; in SortKeys_SetValid_GetReturnsExpected()
98 var control = new SortRequestControl(); in SortKeys_GetNull_ReturnsEmptyArray()
107 var control = new SortRequestControl(new SortKey[0]); in SortKeys_SetNull_ThrowsArgumentNullException()
114 var control = new SortRequestControl(new SortKey[0]); in SortKeys_SetNullInValue_ThrowsArgumentException()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DSortRequestControl.cs33 public class SortRequestControl : DirectoryControl class
36 public SortRequestControl (params SortKey [] sortKeys) in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
44 public SortRequestControl (string attributeName, bool reverseOrder) in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
50 public SortRequestControl (string attributeName, string matchingRule, bool reverseOrder) in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/
H A DDirectoryControl.cs635 public class SortRequestControl : DirectoryControl class
638 …public SortRequestControl(params SortKey[] sortKeys) : base("1.2.840.113556.1.4.473", null, true, … in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
660 …public SortRequestControl(string attributeName, bool reverseOrder) : this(attributeName, null, rev… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
664 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base("1.… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/ref/
H A DSystem.DirectoryServices.Protocols.cs592 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl { class
593 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
594 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
595 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/
H A DSystem.DirectoryServices.Protocols.dll.sources95 System.DirectoryServices.Protocols/SortRequestControl.cs
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.DirectoryServices.Protocols.cs901 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
903 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
904 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
905 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.DirectoryServices.Protocols.cs901 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
903 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
904 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
905 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.DirectoryServices.Protocols.cs1004 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1007 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1009 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1011 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.DirectoryServices.Protocols.cs1004 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1007 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1009 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1011 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.DirectoryServices.Protocols.cs1004 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1007 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1009 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1011 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.DirectoryServices.Protocols.cs1016 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1019 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1021 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1023 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.DirectoryServices.Protocols.cs1016 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1019 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1021 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1023 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.DirectoryServices.Protocols.cs1004 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1007 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1009 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1011 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.DirectoryServices.Protocols.cs1004 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1007 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1009 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1011 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.DirectoryServices.Protocols.cs1004 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1007 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1009 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1011 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.DirectoryServices.Protocols.cs1016 public partial class SortRequestControl : System.DirectoryServices.Protocols.DirectoryControl class
1019 …public SortRequestControl(params System.DirectoryServices.Protocols.SortKey[] sortKeys) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1021 …public SortRequestControl(string attributeName, bool reverseOrder) : base (default(string), defaul… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl
1023 …public SortRequestControl(string attributeName, string matchingRule, bool reverseOrder) : base (de… in SortRequestControl() method in System.DirectoryServices.Protocols.SortRequestControl