You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > CoreObjectFullyQualified<TParent, TOwnInfo, TChild, TChildInfo> Class > CoreObjectFullyQualified<TParent, TOwnInfo, TChild, TChildInfo>.CoreObjectFullyQualified Constructor
CoreObjectFullyQualified<TParent, TOwnInfo, TChild, TChildInfo>.CoreObjectFullyQualified Constructor
Close
Ofcas.Lk.Api.Client - Version 3.0
CoreObjectFullyQualified<TParent, TOwnInfo, TChild, TChildInfo>.CoreObjectFullyQualified Constructor

Creates a new instance of CoreObjectFullyQualified{TParent,TOwnInfo,TChild,TChildInfo} with the given parameters.

Syntax
C#
protected CoreObjectFullyQualified(IServiceFactory<IApiService> serviceFactory, Guid coreObjectId, TParent parent, TOwnInfo ownInfo, bool ownsObject = true);
Parameters
Description
IServiceFactory<IApiService> serviceFactory
The active instance of IApiService.
Guid coreObjectId
The unique identifier of this object.
TParent parent
The parent of this object.
TOwnInfo ownInfo
The own info of this object.
bool ownsObject = true
Indicates if the created objects lifetime is owned by itself

///

Copyright © 2021 Orgadata AG. All rights reserved.