StiTypesCollection Class

Namespace: Stimulsoft.Report.Dictionary

Collection of the registered types.

Inheritance

Inherits from: CollectionBase

Methods

Method Returns Description
Add void  
AddRange (+1 overloads) void  
Contains bool  
IndexOf int  
Insert void  
RegType void Registers type.
Remove void  
ToList List<StiType>  

Method Details

Add

Add(type: StiType): void

Parameters


AddRange

AddRange(**: StiTypetype): void

Parameters

  • ** (StiTypetype)

AddRange(types: StiTypesCollection): void

Parameters


Contains

Contains(type: StiType): bool

Parameters

Returns bool


IndexOf

IndexOf(type: StiType): int

Parameters

Returns int


Insert

Insert(index: int, type: StiType): void

Parameters


RegType

RegType(name: string, type: Type): void

Registers type.

Parameters

  • name (string) — Name of type.
  • type (Type) — Type.

Remove

Remove(type: StiType): void

Parameters


ToList

ToList(): List<StiType>

Returns List<StiType>