See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.EntityAssembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public abstract EntityClassPropertyIncludingInheritedCollection EntityPropertiesIncludingInherited { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property EntityPropertiesIncludingInherited As EntityClassPropertyIncludingInheritedCollection
Get |
Visual C++ |
---|
public:
virtual property EntityClassPropertyIncludingInheritedCollection^ EntityPropertiesIncludingInherited {
EntityClassPropertyIncludingInheritedCollection^ get () abstract;
} |
Property Value
Type:
EntityClassPropertyIncludingInheritedCollection
See Also