Click or drag to resize

DatabasePropertyCollection Class

X#
This collection is used to store additional properties for fields and servers such as captions, descriptions etc.
Inheritance Hierarchy
Object
  DictionaryDatabasePropertyType, Object
    DatabasePropertyCollection

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 CLASS DatabasePropertyCollection INHERIT Dictionary<DatabasePropertyType, Object>
Request Example View Source

The DatabasePropertyCollection type exposes the following members.

Constructors
  NameDescription
Public methodDatabasePropertyCollection
Initializes a new instance of the DatabasePropertyCollection class
Top
Methods
  NameDescription
Public methodAdd
Add a property - value pair to the collection.
Public methodGetValue(String)
Get the value for a property
Public methodGetValueT(DatabasePropertyType)
Get the value for a property or an empty value when the property has not been defined
Public methodStatic memberIsValidProperty
Top
See Also