See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Initializes a new instance of the EntityClassProperty..::..SubtypeEvaluator class
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public SubtypeEvaluator( Type[] subtypes ) |
Visual Basic |
---|
Public Sub New ( subtypes As Type() ) |
Visual C++ |
---|
public: SubtypeEvaluator( array<Type^>^ subtypes ) |
Parameters
- subtypes
- Type: array<System..::..Type>[]()[][]