AquaLogic Interaction Development Kit (IDK) 6.0.0

PropertyProperty Members

PropertyProperty overview

Public Static Fields

CardProperty Whether or not this property applies to documents.
Href Whether or not the property represents an URL.
Mandatory Whether or not a value must be specified for the property.
MultiValued Whether or not this property can take multiple values.
PickTable The database table containing possible values for this property if it's PickType is PropertyPickTypeIDs.UnmanagedList
PickType The pick type associated with this object, as a PropertyPickTypeIDs
ReadOnly Whether or not this property is read-only.
RefClass If the property is a 'reference property' that refers to another portal object, the class ID of the object that the property refers to.
Searchable Whether or not it is possible to search on this property.
Value The value of the property.
ValueType An enumerated value (and bitmask) indicating whether the value is a String, float, int or DateTime.
Visible Whether or not the property is visible in the UI.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

PropertyProperty Class | Plumtree.Remote.PRC Namespace