Interface IAreaInstance
Represents data for a concrete instance of schema area within banks, this depends on a concrete bank instance (unlike it's complementary part IArea)
Inherited Members
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public interface IAreaInstance : INamed
Properties
Area
Returns schema area that this bank area represents - a prototype of this instance
Declaration
IArea Area { get; }
Property Value
Type | Description |
---|---|
IArea |
Bank
Returns bank instance that this area is in
Declaration
IBank Bank { get; }
Property Value
Type | Description |
---|---|
IBank |