Show / Hide Table of Contents

Class IonSpotCollection

Inheritance
System.Object
SerializableObject
IonSpotCollection
Inherited Members
SerializableObject.IsLive
SerializableObject.GetSchema()
SerializableObject.ReadXml(Xml.XmlReader)
SerializableObject.WriteXml(Xml.XmlWriter)
SerializableObject.ClearSerializationHistory()
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
Type Description
IonSpot

Item[Int32]

Declaration
public IonSpot this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
IonSpot

Item[Int32]

Declaration
public IonSpot this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
IonSpot

Item[Int32]

Declaration
public IonSpot this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
IonSpot

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>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX