RegionsList Class

Implementation of ObjectsList<T> which contains regions.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public class RegionsList : ObjectsList<RegionBase>, 
	IRegionsListInternal, IRegionsList, IObjectsList<RegionBase>, IObjectsListInternal<RegionBase>
Inheritance
Object    ObjectsList<RegionBase>    RegionsList
Derived
Implements
IObjectsList<RegionBase>, IObjectsListInternal<RegionBase>, IRegionsList, IRegionsListInternal

Constructors

RegionsList(ContentPlacement) Constructs an instance of RegionsList.
RegionsList(List<RegionBase>, ContentPlacement) Constructs an instance of RegionsList.
RegionsList(ContentPlacement, Int32, Int32) Constructs an instance of RegionsList.
RegionsList(List<RegionBase>, ContentPlacement, Int32, Int32) Constructs an instance of RegionsList.

Properties

Count Returns the number of items in the list.
(Inherited from ObjectsList<T>)
PagesCount Number of pages to display document elements from the current instance of the object starting from StartingFromPage. Usually used to specify pages count where header or footer is supposed to be rendered.
(Inherited from ObjectsList<T>)
Placement Placement of the document elements from the current instance of the object.
(Inherited from ObjectsList<T>)
StartingFromPage Start page where document elements from the current instance of the object should be rendered. Usually used to specify start page of the range (together with PagesCount) to work with header or footer.
(Inherited from ObjectsList<T>)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumerator() Starts enumeration of this list.
GetEnumerator(RegionsEnumerator) Starts enumeration of this list. Settings of the enumerator which is created are based on an existing enumerator.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsApplicable(Int32) Returns true if the given page can be handled by the current instance of an object, otherwise false.
(Inherited from ObjectsList<T>)
IsApplicable(Int32, Int32) Returns true if the given page can be handled by the current instance of an object, otherwise false.
(Inherited from ObjectsList<T>)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Push Pushes one more document element to the list of objects to handle.
(Inherited from ObjectsList<T>)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also