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

The EntityClassProperty type exposes the following members.

Constructors

  NameDescription
Protected methodEntityClassProperty
Initializes a new instance of the EntityClassProperty class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodDelete (Inherited from NEntity.)
Public methodEquals (Inherited from NEntity.)
Protected methodFilterPropertyTypeList
Get a list of types to use in the intellisense drop down when choosing a property type. See the [TypeValueIntellisenseEditorSubtypeFilter] attribute applied to PropertyTypeName.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindDTECodeProperty
Protected methodStatic memberGetCondition
Public methodGetDescriptionList
Public methodGetHashCode (Inherited from NEntity.)
Protected methodGetPropertyTypeImportNamespaces
Get the namespaces that have been 'imported'; that don't need to be specified explicitly when selecting a property type
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasDescriptions
Protected methodStatic memberIsInterfaceImplemented
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConstructed (Inherited from NEntity.)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Inherited from NEntity.)
Protected methodOnSaveFailed (Inherited from NEntity.)
Protected methodOnSaving (Inherited from NEntity.)
Protected methodOnSavingInTransaction (Inherited from NEntity.)
Protected methodOnServerSideSaved (Inherited from NEntity.)
Protected methodOnServerSideSaving (Inherited from NEntity.)
Protected methodQueryUser (Inherited from NEntity.)
Protected methodRemovePropertyValueChanged (Inherited from NEntity.)
Protected methodSetDefaultValues (Overrides NEntitySetDefaultValues()()()().)
Public methodSetDescriptionList
Public methodSetType<(Of <<'(T>)>>)
Set the .net type of this entity, and return the new entity of the new type.
Public methodToString (Inherited from NEntity.)
Protected methodValidateDecimalPlaces
Protected methodValidateDescriptionList
Protected methodValidateHasSetter
Protected methodValidateIsOverride
Protected methodValidateIsVirtual
Protected methodValidateMaxLength
Protected methodValidateOrdinal
Protected methodValidatePropertyName
Protected methodValidatePropertyType
Protected methodValidatePropertyTypeCore

Properties

Events

  NameDescription
Protected eventPropertyChanged (Inherited from NEntity.)

See Also