IModelPropertyContainer Interface

Represents an entity, which can contain properties.

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

Syntax

'Declaration
Public Interface IModelPropertyContainer _
    Inherits IModelEntity
public interface IModelPropertyContainer : IModelEntity
public interface class IModelPropertyContainer : IModelEntity
type IModelPropertyContainer =  
    interface
        interface IModelEntity
    end
public interface IModelPropertyContainer extends IModelEntity

The IModelPropertyContainer type exposes the following members.

Properties

  Name Description
Public property Model Gets the model reference. (Inherited from IModelEntity.)

Top

Methods

  Name Description
Public method GetProperty<TProperty> Gets the specified property.
Public method SetProperty<TProperty> Sets the specified property.

Top

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace