C# Class avt.DynamicFlashRotator.Net.SlideCollection

Inheritance: IList, ICollection, IEnumerable
Afficher le fichier Open project: dnnsharp/DynamicRotator Class Usage Examples

Private Properties

Свойство Type Description
IList bool
IList int
IList void
IList void
LoadViewState void
SaveViewState object
this objectIList.System

Méthodes publiques

Méthode Description
Add ( SlideInfo slide ) : void
AddRange ( SlideInfo items ) : void
Clear ( ) : void
Contains ( SlideInfo item ) : bool
CopyTo ( Array array, int index ) : void
GetEnumerator ( ) : IEnumerator
IndexOf ( SlideInfo item ) : int
Insert ( int index, SlideInfo item ) : void
Remove ( SlideInfo item ) : void
RemoveAt ( int index ) : void
this ( int index ) : SlideInfo

Private Methods

Méthode Description
IList ( object item ) : bool
IList ( object item ) : int
IList ( int index, object item ) : void
IList ( object item ) : void
LoadViewState ( object state ) : void
SaveViewState ( ) : object
this ( int index ) : objectIList.System

Method Details

Add() public méthode

public Add ( SlideInfo slide ) : void
slide SlideInfo
Résultat void

AddRange() public méthode

public AddRange ( SlideInfo items ) : void
items SlideInfo
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( SlideInfo item ) : bool
item SlideInfo
Résultat bool

CopyTo() public méthode

public CopyTo ( Array array, int index ) : void
array System.Array
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

IndexOf() public méthode

public IndexOf ( SlideInfo item ) : int
item SlideInfo
Résultat int

Insert() public méthode

public Insert ( int index, SlideInfo item ) : void
index int
item SlideInfo
Résultat void

Remove() public méthode

public Remove ( SlideInfo item ) : void
item SlideInfo
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : SlideInfo
index int
Résultat SlideInfo