Click or drag to resize
UnsortedAttachmentHistoryInfoCollection Methods

The UnsortedAttachmentHistoryInfoCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(IEnumerableTObject)
Adds new object to the collection.
(Inherited from ObjectCollectionTObject.)
Public methodAdd(BaseInfo)
Adds new object to the collection.
(Inherited from InfoObjectCollection.)
Public methodAddCacheDependencies
Adds the given list of cache dependencies to the collection
(Inherited from InfoObjectCollection.)
Public methodAsTargetType
Makes a wrapper of the collection with specified type of the items.
(Inherited from InfoObjectCollection.)
Protected methodCacheDependenciesChanged
Ensures the actions when the cache dependencies have changed
(Inherited from InfoObjectCollection.)
Public methodClear
Clears the current items in the collection.
(Inherited from ObjectCollectionTObject.)
Protected methodClearCache
Clears the collection cache
(Inherited from InfoObjectCollection.)
Public methodClone
Creates the clone of the collection.
(Inherited from InfoObjectCollectionTInfo.)
Public methodCloneCollection
Creates the clone of this collection.
(Inherited from ObjectCollectionTObject.)
Public methodCombineWith
Combines current instance with other properties (modifies current instace!). List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from AbstractObjectCollection.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Protected methodCopyPropertiesTo
Copies the properties of this collection to the other collection
(Inherited from InfoObjectCollection.)
Public methodCreateChild
Creates the child collection based on the given provider
(Inherited from InfoObjectCollectionTInfo.)
Public methodCreateNewObject
Creates new instance of the encapsulated object.
(Inherited from InfoObjectCollection.)
Protected methodCreateQueryProvider
Creates a LINQ query provider for this collection
(Inherited from InfoObjectCollectionTInfo.)
Public methodDisconnect
Disconnects the collection from the database
(Inherited from AbstractObjectCollection.)
Public methodDispose
Disposes the object
(Inherited from InfoObjectCollection.)
Protected methodEnsureItems
Ensures the specified number of items in the item list.
(Inherited from ObjectCollectionTObject.)
Protected methodEnsureObjectValues
Ensures the proper values for the given object
(Overrides InfoObjectCollectionEnsureObjectValues(BaseInfo).)
Protected methodGetCacheDependencyKeys
Gets the list of cache dependency keys on which this collection depends
(Inherited from InfoObjectCollection.)
Public methodGetCompleteWhereCondition
Gets the complete where condition for the collection
(Inherited from InfoObjectCollection.)
Protected methodGetData
Gets the data for the collection.
(Inherited from InfoObjectCollection.)
Public methodGetEmptyObject
Gets an empty object for this collection
(Inherited from ObjectCollectionTObject.)
Public methodGetEnumerator
Gets the strongly typed enumerator for the collection
(Inherited from InfoObjectCollectionTInfo.)
Public methodGetEnumeratorInternal
Gets the enumerator for the collection.
(Inherited from ObjectCollectionTObject.)
Public methodGetFieldsAsObjects(String)
Gets the collection of objects that are referenced by the given property
(Inherited from InfoObjectCollection.)
Protected methodGetFieldsAsObjects(String, String)
Gets the collection of objects that are referenced by the given property
(Inherited from InfoObjectCollection.)
Protected methodGetFullData
Gets the data set of the data behind this collection
(Inherited from ObjectCollectionTObject.)
Protected methodGetItem
Gets the item on the specified index.
(Inherited from InfoObjectCollection.)
Public methodGetItemsAsFields
Returns the updatable collection of fields of collection items
(Inherited from InfoObjectCollection.)
Public methodGetNameWhereCondition
Gets the where condition for the given object name.
(Inherited from InfoObjectCollection.)
Protected methodGetObjectByNameInternal
Gets the object by its name, internal representation that gets data from database
(Inherited from InfoObjectCollection.)
Protected methodGetObjectEnumerator
Gets the object enumerator for the collection
(Inherited from ObjectCollectionTObject.)
Public methodGetObjectName(Object)
Returns the name of the given object
(Inherited from ObjectCollectionTObject.)
Public methodGetObjectName(BaseInfo)
Gets the unique object name from the given object.
(Inherited from InfoObjectCollection.)
Public methodGetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodGetPropertyType
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodGetSubsetOrderBy
Returns the clone of the collection with specified order by applied
(Inherited from InfoObjectCollection.)
Public methodGetSubsetWhere
Returns the clone of the collection with specified where condition applied
(Inherited from InfoObjectCollection.)
Public methodGetSubsetWhereNotEmpty
Returns the clone of the collection with specified column not being empty
(Inherited from InfoObjectCollection.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodHasSetter
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodChangeParent
Changes the parent of the collection
(Inherited from InfoObjectCollection.)
Protected methodInit
Initializes the collection to use specific object type
(Inherited from InfoObjectCollection.)
Public methodLoad
Clears the data in the collection and loads objects from the given list.
(Inherited from InfoObjectCollection.)
Public methodMakeEmpty
Makes the collection empty.
(Inherited from AbstractObjectCollection.)
Public methodReconnect
Reconnects the collection to the database
(Inherited from AbstractObjectCollection.)
Protected methodRegisterClearCacheCallback
Registers the callback to clear the collection cache
(Inherited from InfoObjectCollection.)
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object
(Inherited from InfoObjectCollection.)
Protected methodRegisterProperties
Registers the properties of this object
(Inherited from InfoObjectCollectionTInfo.)
Public methodRegisterProperties(ListString)
Registers supported properties
(Inherited from InfoObjectCollection.)
Protected methodRegisterProperty(String, FuncTObject, Object)
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.)
Protected methodRegisterProperty(String, Object, FuncTObject, Object, Object)
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodRemove(IEnumerableTObject)
Removes the specified object from the collection.
(Inherited from ObjectCollectionTObject.)
Public methodRemove(TObject)
Removes the specified object from the collection.
(Inherited from ObjectCollectionTObject.)
Protected methodRemoveClearCacheCallback
Removes the callback to clear the collection cache
(Inherited from InfoObjectCollection.)
Public methodSetProperty
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodSubmitChanges
Submits the changes in the collection to the database.
(Inherited from InfoObjectCollection.)
Public methodToString
Provides a string representation of the collection
(Inherited from InfoObjectCollection.)
Public methodTryGetProperty(String, Object)
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetProperty(String, Object, Boolean)
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodUseData
Initializes the collection with the given source data
(Inherited from ObjectCollectionTObject.)
Protected methodValidateItem
Validates whether the item can be member of the collection (collection can work with it). Returns true if item is valid.
(Inherited from InfoObjectCollection.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also