Class SearchControls
public class SearchControls : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
SearchControls
- Implements
- Extension Methods
Constructors
SearchControls()
public SearchControls()
SearchControls(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SearchControls(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
SearchControls(int, long, int, String[], bool, bool)
public SearchControls(int arg0, long arg1, int arg2, String[] arg3, bool arg4, bool arg5)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CountLimit
https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#getCountLimit-- https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#setCountLimit-long-
public long CountLimit { get; set; }
Property Value
DerefLinkFlag
https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#getDerefLinkFlag-- https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#setDerefLinkFlag-boolean-
public bool DerefLinkFlag { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
OBJECT_SCOPE
public static int OBJECT_SCOPE { get; set; }
Property Value
ONELEVEL_SCOPE
public static int ONELEVEL_SCOPE { get; set; }
Property Value
ReturningAttributes
https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#getReturningAttributes-- https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#setReturningAttributes-java.lang.String[]-
public String[] ReturningAttributes { get; set; }
Property Value
- String[]
ReturningObjFlag
https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#getReturningObjFlag-- https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#setReturningObjFlag-boolean-
public bool ReturningObjFlag { get; set; }
Property Value
SUBTREE_SCOPE
public static int SUBTREE_SCOPE { get; set; }
Property Value
SearchScope
https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#getSearchScope-- https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#setSearchScope-int-
public int SearchScope { get; set; }
Property Value
TimeLimit
https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#getTimeLimit-- https://docs.oracle.com/javase/8/docs/api/javax/naming/directory/SearchControls.html#setTimeLimit-int-
public int TimeLimit { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for SearchControls()
public static SearchControls CreatePoolableInstance()
Returns
CreatePoolableInstance(int, long, int, String[], bool, bool)
HPA initializer for SearchControls(int arg0, long arg1, int arg2, Java.Lang.String[] arg3, bool arg4, bool arg5)
public static SearchControls CreatePoolableInstance(int arg0, long arg1, int arg2, String[] arg3, bool arg4, bool arg5)