ObjectReferenceTReferencedObjectChange Method |
Sets the reference to the specified object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic void Change(
EditableDomainObject referencingObject,
TReferencedObject referencedObject
)
Public Sub Change (
referencingObject As EditableDomainObject,
referencedObject As TReferencedObject
)
public:
void Change(
EditableDomainObject^ referencingObject,
TReferencedObject referencedObject
)
member Change :
referencingObject : EditableDomainObject *
referencedObject : 'TReferencedObject -> unit
Parameters
- referencingObject
- Type: Aloe.SystemFrameworks.DomainEditableDomainObject
The referencing domain object is usually the one containing the foreign key (the many side of the relation) - referencedObject
- Type: TReferencedObject
The referenced object has usually its primary key being referenced (the one side of the relation)
Return Value
Type:
The referenced object
See Also