See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the namespaces that have been 'imported'; that don't need to be specified explicitly when selecting a property type

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
protected string[] GetPropertyTypeImportNamespaces()
Visual Basic
Protected Function GetPropertyTypeImportNamespaces As String()
Visual C++
protected:
array<String^>^ GetPropertyTypeImportNamespaces()

Return Value

Type: array<String>[]()[][]

See Also