ObjectReferenceChangeUntyped Method |
Sets the referenced object
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic void ChangeUntyped(
EditableDomainObject referencingObject,
EntityObject referencedObject
)
Public Sub ChangeUntyped (
referencingObject As EditableDomainObject,
referencedObject As EntityObject
)
public:
void ChangeUntyped(
EditableDomainObject^ referencingObject,
EntityObject^ referencedObject
)
member ChangeUntyped :
referencingObject : EditableDomainObject *
referencedObject : EntityObject -> 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: Aloe.SystemFrameworks.DomainEntityObject
The referenced object has usually its primary key being referenced (the one side of the relation)
See Also