Show / Hide Table of Contents

Class ControlPointCollection

Inheritance
System.Object
SerializableObject
ControlPointCollection
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 ControlPointCollection : SerializableObject, Xml.Serialization.IXmlSerializable, IEnumerable<ControlPoint>, IEnumerable

Constructors

ControlPointCollection()

Declaration
public ControlPointCollection()

ControlPointCollection()

Declaration
public ControlPointCollection()

ControlPointCollection()

Declaration
public ControlPointCollection()

ControlPointCollection()

Declaration
public ControlPointCollection()

ControlPointCollection()

Declaration
public ControlPointCollection()

ControlPointCollection()

Declaration
public ControlPointCollection()

ControlPointCollection(Object)

Declaration
public ControlPointCollection(dynamic client)
Parameters
Type Name Description
System.Object client

ControlPointCollection(Object)

Declaration
public ControlPointCollection(dynamic client)
Parameters
Type Name Description
System.Object client

ControlPointCollection(Object)

Declaration
public ControlPointCollection(dynamic client)
Parameters
Type Name Description
System.Object client

ControlPointCollection(Object)

Declaration
public ControlPointCollection(dynamic client)
Parameters
Type Name Description
System.Object client

ControlPointCollection(Object)

Declaration
public ControlPointCollection(dynamic client)
Parameters
Type Name Description
System.Object client

ControlPointCollection(Object)

Declaration
public ControlPointCollection(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

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 ControlPoint this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
ControlPoint

Item[Int32]

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

Item[Int32]

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

Item[Int32]

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

Item[Int32]

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

Item[Int32]

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

Methods

GetEnumerator()

Declaration
public IEnumerator<ControlPoint> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ControlPoint>

GetEnumerator()

Declaration
public IEnumerator<ControlPoint> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ControlPoint>

GetEnumerator()

Declaration
public IEnumerator<ControlPoint> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ControlPoint>

GetEnumerator()

Declaration
public IEnumerator<ControlPoint> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ControlPoint>

GetEnumerator()

Declaration
public IEnumerator<ControlPoint> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ControlPoint>

GetEnumerator()

Declaration
public IEnumerator<ControlPoint> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ControlPoint>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX