Click or drag to resize

AnalysisObjectIdentifier Class

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

Object used to identify any IAnalysisObject in a validation context
Inheritance Hierarchy
SystemObject
  ModelExchanger.AnalysisDataModelAnalysisObjectIdentifier

Namespace:  ModelExchanger.AnalysisDataModel
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class AnalysisObjectIdentifier : IObjectIdentifier

The AnalysisObjectIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodAnalysisObjectIdentifier
Creates a new object identifier for the given identifier, name and grouping
Top
Properties
  NameDescription
Public propertyObjectGrouping
A string under which the object is grouped. E.g. the type name
Public propertyObjectIdentifier
A string identifier, E.g. the ID but as a string
Public propertyObjectName
The name of the object
Top
See Also