PropertyRow Class

Definition

Defines the properties that are in a row of a rowset.

public class PropertyRow : System.Collections.Generic.IEnumerable<Microsoft.Hpc.Scheduler.Properties.StoreProperty>
type PropertyRow = class
    interface seq<StoreProperty>
    interface IEnumerable
Public Class PropertyRow
Implements IEnumerable(Of StoreProperty)
Inheritance
PropertyRow
Implements

Constructors

PropertyRow(Int32)

Initializes a new instance of this class with the specified number of empty columns.

PropertyRow(StoreProperty[])

Initializes a new instance of this class using the specified properties.

Properties

Item[Int32]

Retrieve a property from the list of properties in the row using an index as the indexer.

Item[PropertyId]

Retrieve a property from the list of properties in the row using a property identifier as the indexer.

Props

Retrieves the list of properties in the row.

Methods

GetEnumerator()

Retrieves an enumerator that you use to enumerate the properties in the collection.

SetPropToIndexMap(Dictionary<PropertyId,Int32>)

Maps properties to index values.

ToString()

Retrieves a string that represents the object.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to