Click or drag to resize

EAPTLSCache Methods

The EAPTLSCache type exposes the following members.

Methods
  NameDescription
Public methodAdd(Property)
Add a property object to the collection
(Inherited from Properties.)
Public methodAdd(String, Property)
Add a property object to the collection
(Inherited from Properties.)
Public methodAdd(String, Object)
Adds a property to the collection with the default Attributes set (PropertyAttrs.writeable)
(Inherited from Properties.)
Public methodAdd(String, Property, PropertyAttrs)
Add a property object to the collection
(Inherited from Properties.)
Public methodAdd(String, Object, PropertyAttrs)
Adds a property to the collection
(Inherited from Properties.)
Public methodAdd(String, Object, PropertyAttrs, String)
Add a new property object to the collection
(Inherited from Properties.)
Public methodClear
Clears the collection
(Inherited from EAPCollectionBase.)
Public methodClearAttr
Clears the specified attribute (or multiple attribute bits if the attr value includes multiple attribute bits) in the specified property. The property is assumed to be an int (presumably representing an enumeration) defaulting to zero if not found. If the property already exists then the provided attr bits are cleared from the existing value (using a bit-wise AND of the complement). If the property does not already exist then it is NOT added. You can use IsAttrSet(String, Enum) to determine if one or more attribute bits are set. Use SetAttr(String, Enum) to set a bit or bits.
(Inherited from Properties.)
Public methodClone
Creates a copy of this collection and all of it's members
(Inherited from Properties.)
Public methodContains
Determines whether an element is in the collection.
(Inherited from EAPCollectionBase.)
Public methodContainsKey
Checks for the existence of an item in the hashtable
(Inherited from EAPCollectionBase.)
Public methodCopyTo
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the beginning of the target array.
(Inherited from EAPCollectionBase.)
Public methodDevInfoHtml
Generates an HTML representation of the properties collection appropriate for display to a developer.
(Inherited from Properties.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExportTagString
Export the contents of the collection to a tag string.
(Inherited from Properties.)
Public methodFlushMetaProperties
Flush the specified Properties meta-data, if cached.
(Inherited from Properties.)
Public methodGetBoolValue(String)
Returns a value as a boolean for a property in the collection. If the property doesn't exist, then false is returned.
(Inherited from Properties.)
Public methodGetBoolValue(String, Boolean)
Returns a value as a boolean for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
(Inherited from Properties.)
Public methodGetDecimalValue(String)
Returns a value as an decimal for a property in the collection. If the property doesn't exist, then 0 is returned.
(Inherited from Properties.)
Public methodGetDecimalValue(String, Decimal)
Returns a value as an decimal for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
(Inherited from Properties.)
Public methodGetDoubleValue(String)
Returns a value as an double for a property in the collection. If the property doesn't exist, 0 is returned.
(Inherited from Properties.)
Public methodGetDoubleValue(String, Double)
Returns a value as an double for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
(Inherited from Properties.)
Public methodGetEnumerator
Returns an enumerator that can iterate through the ArrayList.
(Inherited from EAPCollectionBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIntValue(String)
Returns a value as an integer for a property in the collection. If the property doesn't exist, then 0 is returned.
(Inherited from Properties.)
Public methodGetIntValue(String, Enum)
Returns a value as an integer (presumably to be interpreted as an enumeration value) for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
(Inherited from Properties.)
Public methodGetIntValue(String, Int32)
Returns a value as an integer for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
(Inherited from Properties.)
Public methodGetItemName
Returns the name of the object (must be an object of type Property)
(Inherited from Properties.)
Public methodGetStringValue(String)
Returns a value for a property in the collection. If the property doesn't exist or is blank, then an empty string is returned.
(Inherited from Properties.)
Public methodGetStringValue(String, String)
Returns a value for a property in the collection. If the property doesn't exist or is blank, then the defaultValue is returned.
(Inherited from Properties.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns a value for a property in the collection. If the property doesn't exist, then the defaultValue is returned.
(Inherited from Properties.)
Public methodImport(NameValueCollection, PropertyAttrs)
Imports a NameValueCollection into this collection
(Inherited from Properties.)
Public methodImport(String, PropertyAttrs)
Imports a tag-string into this collection. The string should be in the format of: name=value;name=value
(Inherited from Properties.)
Public methodImport(Properties, CollectionAddFlags)
Imports a collection of properties into this collection
(Inherited from Properties.)
Public methodImport(String, PropertyAttrs, TagImportAttrs)
Imports a tag-string into this collection. The string should be in the format of: name=value;name=value
(Inherited from Properties.)
Public methodImport(String, PropertyAttrs, TagImportAttrs, Char)
Imports a tag-string into this collection. The string should be in the format of: name=value;name=value
(Inherited from Properties.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of an object in the internal ArrayList or in a portion of it.
(Inherited from EAPCollectionBase.)
Public methodIndexOfKey
Returns the index of the item in the collection (by key)
(Inherited from EAPCollectionBase.)
Public methodInsert
Inserts an element into the internal ArrayList at the specified index
(Inherited from EAPCollectionBase.)
Public methodIsAttrSet
Determines if the specified attribute is set (or any of the specified attributes are set if the attr value includes multiple attribute bits) in the specified property. The property is assumed to be an int (presumably representing an enumeration) defaulting to zero if not found. You can use SetAttr(String, Enum) to set one or more attribute bits. Use ClearAttr(String, Enum) to clear a bit or bits.
(Inherited from Properties.)
Public methodLoad(IDatabase, String, String)
Load overload. This overload loads only from the xmt_properties table.
(Inherited from Properties.)
Public methodLoad(IDatabase, String, String, String)
Load overload. This overload loads only from the xmt_properties table.
(Inherited from Properties.)
Public methodLoad(IDatabase, String, String, String, String, PropertyLoadFlags)
Load overload. This overload loads only from the xmt_properties table.
(Inherited from Properties.)
Public methodLoadAndDistribute(EAPCollectionBase, IAppContext, String, String, String, Boolean)
Loads the properties for all objects of specified type, then assigns them to each object Note that the child objects must implement INQBase
(Inherited from Properties.)
Public methodLoadAndDistribute(EAPCollectionBase, IAppContext, String, String, String, Boolean, String)
Loads the properties for all objects of specified type, then assigns them to each object Note that the child objects must implement INQBase
(Inherited from Properties.)
Public methodLoadMetaProperties(IAppContext, String, String, Boolean)
Loads the collection of property metadata. This collection is used during load and distribute to distribute a set of properties across a collection and it's collected objects. (e.g. Mapper and Fields).
(Inherited from Properties.)
Public methodLoadMetaProperties(IAppContext, String, String, Boolean, IDatabase)
Loads the collection of property metadata. This collection is used during load and distribute to distribute a set of properties across a collection and it's collected objects. (e.g. Mapper and Fields).
(Inherited from Properties.)
Public methodLoadMetaProperties(IAppContext, String, String, Boolean, IDatabase, String)
Loads the collection of property metadata. This collection is used during load and distribute to distribute a set of properties across a collection and it's collected objects. (e.g. Mapper and Fields).
(Inherited from Properties.)
Public methodMerge
Merge the properties from another Properties collection into this collection.
(Inherited from Properties.)
Public methodPersist(IDatabase)
Persist each property marked as PropAttrEnum.persist to the xmt_properties table
(Inherited from Properties.)
Public methodPersist(IDatabase, String, String)
Persist's the properties to the database
(Inherited from Properties.)
Public methodPersist(IDatabase, String, String, String)
Persist's the properties to the database
(Inherited from Properties.)
Public methodPersist(IDatabase, String, String, String, Boolean)
Persist's the properties to the database
(Inherited from Properties.)
Public methodPrepareForCache
Prepares this object for cache
(Inherited from Properties.)
Public methodRemove(Object)
Removes the first occurrence of a specific object from the collection
(Inherited from EAPCollectionBase.)
Public methodRemove(String)
Remove the specified item from the collection.
(Inherited from EAPCollectionBase.)
Public methodRemoveAt
Removes the element at the specified index
(Inherited from EAPCollectionBase.)
Public methodRemoveMarked
Removes the properties marked with the ToRemove attribute.
(Inherited from Properties.)
Public methodRemoveMarkedItems
Removes the properties marked for deletion.
(Inherited from EAPCollectionBase.)
Public methodRemoveRange
Removes the element at the specified index
(Inherited from EAPCollectionBase.)
Public methodResetCache
Public methodSetAttr
Set the specified attribute (or multiple attribute bits if the attr value includes multiple attribute bits) in the specified property. The property is assumed to be an int (presumably representing an enumeration) defaulting to zero if not found. If the property already exists then the provided attr bits are ORed into the existing value. If the property does not already exist then it is created and the value set to the provided attr bits. You can use IsAttrSet(String, Enum) to determine if one or more attribute bits are set. Use ClearAttr(String, Enum) to clear a bit or bits.
(Inherited from Properties.)
Public methodSort(Boolean)
Sort the list by its key value.
(Inherited from EAPCollectionBase.)
Public methodSort(IComparer)
Sort the collection using the provided comparer.
(Inherited from EAPCollectionBase.)
Public methodSortByValue
Sort the properties by their values.
(Inherited from Properties.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTruncate
Truncate the array starting at the specified index.
(Inherited from EAPCollectionBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
Determines if the object value is equal to another object. If the two objects are null, then this returns true. There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways). If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.)
Top
See Also