StiPropertyInfoCollection Class

Namespace: Stimulsoft.Base.Serializing

Describes a collection of object properties.

Inheritance

Inherits from: CollectionBase

Constructors

Constructor Description
StiPropertyInfoCollection()  
StiPropertyInfoCollection(StiPropertyInfo parentPropertyInfo)  

StiPropertyInfoCollection()


StiPropertyInfoCollection(parentPropertyInfo: StiPropertyInfo)

Parameters

Methods

Method Returns Description
Add void  
AddRange (+1 overloads) void  
Contains bool  
IndexOf int  
Insert void  
Remove void  

Method Details

Add

Add(propertyInfo: StiPropertyInfo): void

Parameters


AddRange

AddRange(**: StiPropertyInfopropertyInfos): void

Parameters

  • ** (StiPropertyInfopropertyInfos)

AddRange(propertyInfos: StiPropertyInfoCollection): void

Parameters


Contains

Contains(propertyInfo: StiPropertyInfo): bool

Parameters

Returns bool


IndexOf

IndexOf(propertyInfo: StiPropertyInfo): int

Parameters

Returns int


Insert

Insert(index: int, propertyInfo: StiPropertyInfo): void

Parameters


Remove

Remove(propertyInfo: StiPropertyInfo): void

Parameters

Fields

Field Type Description
Items StiPropertyInfo[]