ModelObjectExtensions Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObjectExtensions
    Microsoft.Data.Tools.Model.Simple..::..RelationalModelExtensions

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Class ModelObjectExtensions _
    Implements IModelObjectExtensions
'Usage
Dim instance As ModelObjectExtensions
public class ModelObjectExtensions : IModelObjectExtensions
public ref class ModelObjectExtensions : IModelObjectExtensions
type ModelObjectExtensions =  
    class
        interface IModelObjectExtensions
    end
public class ModelObjectExtensions implements IModelObjectExtensions

The ModelObjectExtensions type exposes the following members.

Methods

  Name Description
Public method AddAnnotation
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > )
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.Model.Simple Namespace