Class SearchControls
public class SearchControls : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
SearchControls
- Implements
- Inherited Members
- Extension Methods
Constructors
SearchControls()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public SearchControls()
SearchControls(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[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
SearchControls(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public SearchControls(params object[] args)
Parameters
argsobject[]
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 Closeable
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; }
Property Value
ONELEVEL_SCOPE
public static int ONELEVEL_SCOPE { get; }
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; }
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; }