Click or drag to resize

PrimaryKeyReferenceTReferencingObject, TReferencedObject Constructor (String, DataAttributeTReferencingObject, Guid, Boolean)

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public PrimaryKeyReference(
	string name,
	DataAttribute<TReferencingObject, Guid> referencingAttribute,
	bool isOwnership = false
)

Parameters

name
Type: SystemString
Name of the reference.
referencingAttribute
Type: Aloe.SystemFrameworks.DomainDataAttributeTReferencingObject, Guid
The referencing attribute.
isOwnership (Optional)
Type: SystemBoolean
if set to true the reference is ownership reference.
See Also