PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / FieldCollection Class
Properties Methods


In This Topic
    FieldCollection Class Members
    In This Topic

    The following tables list the members exposed by FieldCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FieldCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the current collection was created automatically and was not changed by the user.  
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets the element at the specified index.  
    Public PropertyGets the owner of the current collection.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new Field object to the current collection.  
    Public MethodOverridden. Assigns (copies) properties from another FieldCollection to the current object.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodSwap two items in collection. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Public MethodReturns C1.C1Preview.NamedCollectionItem with specified name. (Inherited from C1.C1Preview.NamedCollection)
    Public MethodSearches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Public MethodReturns the 0-based index of a C1.C1Preview.NamedCollectionItem with specified name in the current C1.C1Preview.NamedCollection. (Inherited from C1.C1Preview.NamedCollection)
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodFor internal use. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Protected MethodCalled when the collection is about to be cleared. (Inherited from C1.C1Preview.OwnedCollection)
    Protected MethodOverridden. Called after the collection has been cleared. Sets FieldCollection.AutoGenerated property to false.  
    Protected MethodCalled when an item is about to be iserted. (Inherited from C1.C1Preview.NamedCollection)
    Protected MethodOverridden. Called after an item has been inserted. Sets FieldCollection.AutoGenerated property to false.  
    Protected MethodCalled when an item is about to be removed. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Protected MethodOverridden. Called after an item has been removed. Sets FieldCollection.AutoGenerated property to false.  
    Protected MethodCalled when an item is about to be set. (Inherited from C1.C1Preview.NamedCollection)
    Protected MethodOverridden. Called after an item has been set. Sets FieldCollection.AutoGenerated property to false.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Protected MethodFor internal use. (Inherited from C1.C1Preview.OwnedCollectionBase)
    Top
    See Also