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);
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.
Copyright © 2020. All rights reserved.