Click or drag to resize

DataAttributesCollection Class

List of data attributes for repositories, data views, etc.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainDataAttributesCollection

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class DataAttributesCollection : IEnumerable<IDataAttribute>, 
	IEnumerable

The DataAttributesCollection type exposes the following members.

Constructors
  NameDescription
Public methodDataAttributesCollection
Initializes a new instance of the DataAttributesCollection class.
Top
Properties
Methods
  NameDescription
Public methodAdd
Adds the specified data attribute.
Public methodContains
Determines whether there is an attribute with the specified name.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodMakeReadOnly
Makes the collection read only.
Public methodRemove
Removes the specified name.
Public methodTryGet
Tries the get the specified data attribute, returns null if it is not found.
Top
Extension Methods
See Also