Table of Contents

Interface IAttributes

Namespace
Javax.Naming.Directory
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAttributes

Properties

All

NamingEnumeration All { get; }

Property Value

NamingEnumeration

IDs

NamingEnumeration<String> IDs { get; }

Property Value

NamingEnumeration<String>

Methods

Get(String)

Attribute Get(String arg0)

Parameters

arg0 String

String

Returns

Attribute

Attribute

IsCaseIgnored()

bool IsCaseIgnored()

Returns

bool

bool

Put(String, object)

Attribute Put(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Returns

Attribute

Attribute

Put(Attribute)

Attribute Put(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Returns

Attribute

Attribute

Remove(String)

Attribute Remove(String arg0)

Parameters

arg0 String

String

Returns

Attribute

Attribute

Size()

int Size()

Returns

int

int