Click or drag to resize

ObjectReferencesCollection Class

Contains all the references of one repository
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.DomainObjectReferencesCollection

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

The ObjectReferencesCollection type exposes the following members.

Constructors
  NameDescription
Public methodObjectReferencesCollection
Creates new references list
Top
Properties
  NameDescription
Public propertyItem
Gets the ObjectReference with the specified name.
Public propertyRepository
Gets the repository.
Top
Methods
  NameDescription
Public methodAdd
Adds new reference to the list
Public methodGetEnumerator
Public methodMakeReadOnly
Makes the collection read only.
Public methodTryGet
Tries the get the specified reference, returns null if it is not found.
Top
Extension Methods
See Also