Table of Contents

Class SearchControls

Namespace
Javax.Naming.Directory
Assembly
MASES.JNet.dll
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

initializer IJVMBridgeBaseInitializer

SearchControls(int, long, int, String[], bool, bool)

public SearchControls(int arg0, long arg1, int arg2, String[] arg3, bool arg4, bool arg5)

Parameters

arg0 int

int

arg1 long

long

arg2 int

int

arg3 String[]

String

arg4 bool

bool

arg5 bool

bool

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CountLimit

public long CountLimit { get; set; }

Property Value

long

DerefLinkFlag

public bool DerefLinkFlag { get; set; }

Property Value

bool

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

OBJECT_SCOPE

public static int OBJECT_SCOPE { get; set; }

Property Value

int

ONELEVEL_SCOPE

public static int ONELEVEL_SCOPE { get; set; }

Property Value

int

ReturningAttributes

public String[] ReturningAttributes { get; set; }

Property Value

String[]

ReturningObjFlag

public bool ReturningObjFlag { get; set; }

Property Value

bool

SUBTREE_SCOPE

public static int SUBTREE_SCOPE { get; set; }

Property Value

int

SearchScope

public int SearchScope { get; set; }

Property Value

int

TimeLimit

public int TimeLimit { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for SearchControls()

public static SearchControls CreatePoolableInstance()

Returns

SearchControls

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)

Parameters

arg0 int
arg1 long
arg2 int
arg3 String[]
arg4 bool
arg5 bool

Returns

SearchControls