To get access to the record definitions for the structures use:
This operation adds a new property to the given object. Depending on which initial arguments was supplied when starting the object several exceptions may be raised.
This operation adds several new properties to the given object. Depending on which initial arguments was supplied when starting the object an exceptions may be raised listing the properties failing.
This operation returns the number of properties associated with the target object.
This operation returns up to
This operation returns the property value associated with given name. If no such property exists or the given name is an empty string an exception will be raised.
This operation returns all properties associated with given names. If the
boolean flag is true all properties where retrieved correctly, otherwise,
all properties with the type
This operation return a list
This operation tries to delete the property with given Name. An exception which indicates why it failed is raised if so needed.
This operation tries to delete all given Properties. If one or more removal fails an exception is raised which describe why.
This operation deletes all properties. The boolean flag, if set to false, indicates that it was not possible to remove one or more properties, e.g., may be read only.
This operation returns true if the target have an associated property with given name.