ModelComparisonResult.ChangeDefinition.ComposedChildrenOrderChanged Property

Gets a collection of composed children that have ordinal changes.

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

Syntax

'Declaration
Public ReadOnly Property ComposedChildrenOrderChanged 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.ComposedChildrenOrderChanged
public IDictionary<RelationshipClass, List<IModelElement>> ComposedChildrenOrderChanged { get; }
public:
property IDictionary<RelationshipClass^, List<IModelElement^>^>^ ComposedChildrenOrderChanged {
    IDictionary<RelationshipClass^, List<IModelElement^>^>^ get ();
}
function get ComposedChildrenOrderChanged () : IDictionary<RelationshipClass, List<IModelElement>>
member ComposedChildrenOrderChanged : 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