Class Rdn
public class Rdn : JVMBridgeBase<Rdn>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
Rdn
- Implements
- Inherited Members
-
JVMBridgeBase<Rdn>.SExecuteWithSignature<TReturn, TConverter>(Type, string, string, params object[])
- Extension Methods
Constructors
Rdn()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Rdn()
Rdn(String)
public Rdn(String arg0)
Parameters
Exceptions
Rdn(String, object)
public Rdn(String arg0, object arg1)
Parameters
Exceptions
Rdn(Attributes)
public Rdn(Attributes arg0)
Parameters
arg0
Attributes
Exceptions
Rdn(Rdn)
public Rdn(Rdn arg0)
Parameters
Rdn(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 Rdn(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
Type
public String Type { get; }
Property Value
Value
https://docs.oracle.com/en/java/javase/11/docs/api/java.naming/javax/naming/ldap/Rdn.html#getValue()
public object Value { get; }
Property Value
Methods
CompareTo(object)
public int CompareTo(object arg0)
Parameters
Returns
EscapeValue(object)
public static String EscapeValue(object arg0)
Parameters
Returns
Size()
public int Size()
Returns
ToAttributes()
public Attributes ToAttributes()
Returns
UnescapeValue(String)
public static object UnescapeValue(String arg0)
Parameters
Returns
Operators
implicit operator Serializable(Rdn)
Converter from Rdn to Serializable
public static implicit operator Serializable(Rdn t)
Parameters
t
Rdn
Returns
implicit operator Comparable(Rdn)
Converter from Rdn to Comparable
public static implicit operator Comparable(Rdn t)
Parameters
t
Rdn