Class IonSpotCollection
Inheritance
System.Object
IonSpotCollection
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class IonSpotCollection : SerializableObject, Xml.Serialization.IXmlSerializable, IEnumerable<IonSpot>, IEnumerable
Constructors
IonSpotCollection()
Declaration
public IonSpotCollection()
IonSpotCollection()
Declaration
public IonSpotCollection()
IonSpotCollection()
Declaration
public IonSpotCollection()
IonSpotCollection()
Declaration
public IonSpotCollection()
IonSpotCollection(Object)
Declaration
public IonSpotCollection(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
IonSpotCollection(Object)
Declaration
public IonSpotCollection(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
IonSpotCollection(Object)
Declaration
public IonSpotCollection(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
IonSpotCollection(Object)
Declaration
public IonSpotCollection(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Count
Declaration
public int Count { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Item[Int32]
Declaration
public IonSpot this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Item[Int32]
Declaration
public IonSpot this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Item[Int32]
Declaration
public IonSpot this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Item[Int32]
Declaration
public IonSpot this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<IonSpot> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<IonSpot> |
|
GetEnumerator()
Declaration
public IEnumerator<IonSpot> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<IonSpot> |
|
GetEnumerator()
Declaration
public IEnumerator<IonSpot> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<IonSpot> |
|
GetEnumerator()
Declaration
public IEnumerator<IonSpot> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<IonSpot> |
|