C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OwnedFastListBase Class
Properties Methods


OwnedFastListBase Class Members

The following tables list the members exposed by OwnedFastListBase.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets the owner of collection.  
Top
Protected Properties
 NameDescription
Protected PropertyGets the List used internally to store the elements of the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
Top
Public Methods
 NameDescription
Public MethodOverridden. Clears the current OwnedFastListBase.  
Public MethodReturns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the C1.C1Preview.Util.FastList.FindObjectIndex method.) (Inherited from C1.C1Preview.Util.FastList)
Top
Protected Methods
 NameDescription
Protected MethodAdds an object implementing the System.IComparable interface to the current list. (Inherited from C1.C1Preview.Util.FastList)
Protected MethodPerforms a fast search for the specified object within the current C1.C1Preview.Util.FastList. (Inherited from C1.C1Preview.Util.FastList)
Protected MethodOverridden. Inserts the element at the specified index.  
Protected MethodCalled when the list is about to be cleared.  
Protected MethodCalled after the list has been cleared.  
Protected MethodCalled when an item is about to be iserted.  
Protected MethodCalled after an item has been inserted.  
Protected MethodCalled when an item is about to be removed.  
Protected MethodCalled after an item has been removed.  
Protected MethodRemoves the specified element from the current list. (Inherited from C1.C1Preview.Util.FastList)
Protected MethodOverridden. Removes the specified element from the current list.  
Top
See Also