Interface IAttribute
.NET interface for TO BE DEFINED FROM USER
public interface IAttribute
Properties
All
NamingEnumeration<object> All { get; }
Property Value
AttributeDefinition
DirContext AttributeDefinition { get; }
Property Value
AttributeSyntaxDefinition
DirContext AttributeSyntaxDefinition { get; }
Property Value
ID
String ID { get; }
Property Value
Methods
Add(int, object)
void Add(int arg0, object arg1)
Parameters
Add(object)
bool Add(object arg0)
Parameters
Returns
Clear()
void Clear()
Contains(object)
bool Contains(object arg0)
Parameters
Returns
Get()
object Get()
Returns
Exceptions
Get(int)
object Get(int arg0)
Parameters
Returns
Exceptions
IsOrdered()
bool IsOrdered()
Returns
Remove(int)
object Remove(int arg0)
Parameters
Returns
Remove(object)
bool Remove(object arg0)
Parameters
Returns
Set(int, object)
object Set(int arg0, object arg1)
Parameters
Returns
Size()
int Size()