Click or drag to resize

Properties Constructor

Overload List
  NameDescription
Public methodProperties
Default constructor.
Public methodProperties(Boolean)
Constructs a Properties collection that is NOT to be loaded from a database
Public methodProperties(Int32)
Default constructor.
Public methodProperties(IAppContext)
Constructor intended for use by the AppContext object.
Public methodProperties(IAppContext, Int32)
Constructor intended for use by the AppContext object.
Public methodProperties(String, PropertyAttrs, TagImportAttrs)
Constructs a Properties collection initialized by importing the provided TagString. See Import(String, PropertyAttrs, TagImportAttrs) for more information on the import string.
Top
See Also