Share via


ModelComparisonResult.ChangeDefinition.HierarchicalChildrenOrderChanged Property

Gets a collection of hierarchical children that have changed ordinals.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property HierarchicalChildrenOrderChanged As IDictionary(Of RelationshipClass, List(Of IModelElement))
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As IDictionary(Of RelationshipClass, List(Of IModelElement))

value = instance.HierarchicalChildrenOrderChanged
public IDictionary<RelationshipClass, List<IModelElement>> HierarchicalChildrenOrderChanged { get; }
public:
property IDictionary<RelationshipClass^, List<IModelElement^>^>^ HierarchicalChildrenOrderChanged {
    IDictionary<RelationshipClass^, List<IModelElement^>^>^ get ();
}
function get HierarchicalChildrenOrderChanged () : IDictionary<RelationshipClass, List<IModelElement>>
member HierarchicalChildrenOrderChanged : IDictionary<RelationshipClass, List<IModelElement>>

Property Value

Type: System.Collections.Generic.IDictionary<RelationshipClass, List<IModelElement>>

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace