ChildrenRegionsList Class

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public class ChildrenRegionsList : RegionsList
Inheritance
Object    ObjectsListRegionBase    RegionsList    ChildrenRegionsList

Constructors

ChildrenRegionsList(RegionBase)Initializes a new instance of the ChildrenRegionsList class
ChildrenRegionsList(ChildrenRegionsList, RegionBase)Initializes a new instance of the ChildrenRegionsList class

Properties

IsActivated 
IsEmpty 
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 ObjectsListT)
Placement Placement of the document elements from the current instance of the object.
(Inherited from ObjectsListT)
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 ObjectsListT)

Methods

Add 
AddRange 
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)
GetCurrentStore 
GetEnumerator
(Inherited from RegionsList)
GetEnumerator(RegionsEnumerator)
(Inherited from RegionsList)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsApplicable(Int32) Returns if the given page can be handled by the current instance of an object, otherwise .
(Inherited from ObjectsListT)
IsApplicable(Int32, Int32) Returns if the given page can be handled by the current instance of an object, otherwise .
(Inherited from ObjectsListT)
IsRef 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Push
(Overrides ObjectsListTPush(T))
ReviseByRef 
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetExternalRef 
TryResolveRef 

See Also