Table of Contents

Interface IAttribute

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

.NET interface for TO BE DEFINED FROM USER

public interface IAttribute

Properties

All

NamingEnumeration<object> All { get; }

Property Value

NamingEnumeration<object>

AttributeDefinition

DirContext AttributeDefinition { get; }

Property Value

DirContext

AttributeSyntaxDefinition

DirContext AttributeSyntaxDefinition { get; }

Property Value

DirContext

ID

String ID { get; }

Property Value

String

Methods

Add(int, object)

void Add(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Add(object)

bool Add(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Clear()

void Clear()

Contains(object)

bool Contains(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Get()

object Get()

Returns

object

object

Exceptions

NamingException

Get(int)

object Get(int arg0)

Parameters

arg0 int

int

Returns

object

object

Exceptions

NamingException

IsOrdered()

bool IsOrdered()

Returns

bool

bool

Remove(int)

object Remove(int arg0)

Parameters

arg0 int

int

Returns

object

object

Remove(object)

bool Remove(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

Set(int, object)

object Set(int arg0, object arg1)

Parameters

arg0 int

int

arg1 object

object

Returns

object

object

Size()

int Size()

Returns

int

int