Back to Server.Engines.Reports

ResponseInfoCollection : CollectionBase, IList, ICollection, IEnumerable

Nested Types: ResponseInfoCollectionEnumerator

(ctor) ResponseInfoCollection()
ResponseInfo Item( get; set; )
int Add( ResponseInfo value )
int Add( string sentBy, string message )
bool Contains( ResponseInfo value )
ResponseInfoCollectionEnumerator GetEnumerator()
int IndexOf( ResponseInfo value )
void Insert( int index, ResponseInfo value )
void Remove( ResponseInfo value )