IModelNamed Interface
The elements in the model that are named should derive from this interface.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IModelNamed
public interface IModelNamed
public interface class IModelNamed
type IModelNamed = interface end
public interface IModelNamed
Remarks
This interface is only relevant at run time. The Name property on IModelElement cannot be null.