ObjectReference Class |
Namespace: Aloe.SystemFrameworks.Domain
The ObjectReference type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjectReference |
Initializes a new instance of the ObjectReference class.
|
| Name | Description | |
|---|---|---|
| IsAggregateParent |
Gets a value indicating whether this reference refers to the aggregate parent.
| |
| IsOwnership |
Gets a value indicating whether the reference is an ownership reference,
e.g. the referenced object is parent.
| |
| Name |
Gets the name of the reference
| |
| ReferencedType |
Gets the type of the referenced objects
|
| Name | Description | |
|---|---|---|
| Activate |
Activates the "active" behavior of the reference.
| |
| ChangeUntyped |
Sets the referenced object
| |
| FilterTReferencingObjectType |
Returns expression that filters the referencing objects for specific referenced id
| |
| FilterBy(EntityObject, Boolean) |
Returns filter search expression, filtering the referencing repository for specific referenced object
| |
| FilterBy(IEnumerableEntityObject, Boolean) |
Returns filter search expression, filtering the referencing repository for the specific referenced objects
| |
| FollowUntyped |
Returns the referenced object for the specified referencing object
| |
| GetOwnerChildCollection |
Gets the owner child collection of objects that point to the owner with the current reference.
|
| Name | Description | |
|---|---|---|
| ReferenceChanged |
The reference changed event. Fired after the reference changes for an object.
|