Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Model | Gets the model reference. (Inherited from IModelEntity.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetProperty<TProperty> | Gets the specified property. |
![]() |
SetProperty<TProperty> | Sets the specified property. |
Top