PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / OwnedFastList Class
Properties Methods


In This Topic
    OwnedFastList Class Members
    In This Topic

    The following tables list the members exposed by OwnedFastList.

    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 MethodClears the current OwnedFastListBase. (Inherited from C1.C1Preview.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 MethodInserts the element at the specified index. (Inherited from C1.C1Preview.OwnedFastListBase)
    Protected MethodOverridden. Called when the list is about to be cleared.  
    Protected MethodCalled after the list has been cleared. (Inherited from C1.C1Preview.OwnedFastListBase)
    Protected MethodOverridden. Called when an item is about to be iserted.  
    Protected MethodOverridden. Called after an item has been inserted.  
    Protected MethodCalled when an item is about to be removed. (Inherited from C1.C1Preview.OwnedFastListBase)
    Protected MethodOverridden. Called after an item has been removed.  
    Protected MethodRemoves the specified element from the current list. (Inherited from C1.C1Preview.Util.FastList)
    Protected MethodRemoves the specified element from the current list. (Inherited from C1.C1Preview.OwnedFastListBase)
    Top
    See Also