ObjectReference Constructor |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectReference(
string name,
bool isOwnership
)
Public Sub New (
name As String,
isOwnership As Boolean
)
public:
ObjectReference(
String^ name,
bool isOwnership
)
new :
name : string *
isOwnership : bool -> ObjectReference
Parameters
- name
- Type: SystemString
Name of the reference. - isOwnership
- Type: SystemBoolean
if set to true the reference is ownership reference.
See Also