Click or drag to resize

AnalysisObjectIdentifier Constructor

[This is preliminary documentation and is subject to change.]

Creates a new object identifier for the given identifier, name and grouping

Namespace:  ModelExchanger.AnalysisDataModel
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public AnalysisObjectIdentifier(
	string identifier,
	string name,
	string grouping
)

Parameters

identifier
Type: SystemString
A string that uniquely identifies the object (e.g. the object's ID guid)
name
Type: SystemString
A string that uniquely identifies the object by name
grouping
Type: SystemString
A string that groups objects together (e.g. type name)
See Also