Click or drag to resize

BcfReflectedColumnCollection Class

[This is preliminary documentation and is subject to change.]

Represents the reflected columns of a BcfTable in its BcfRowViewRepository.
Inheritance Hierarchy
SystemObject
  CalculationWorks.ViewModel.FormsBcfReflectedColumnCollection

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public sealed class BcfReflectedColumnCollection : IReadOnlyCollection<BcfColumn>, 
	IEnumerable<BcfColumn>, IEnumerable

The BcfReflectedColumnCollection type exposes the following members.

Properties
  NameDescription
Public propertyArray
Gets the immutable-array containing the columns.
Public propertyCount
Returns the number of elements in the collection.
Public propertyItemInt32
Gets the element at the specified index.
Public propertyItemString
Gets the BcfColumn from the collection with the specified column name.
Top
Methods
  NameDescription
Public methodContains(String)
Determines whether the specified name is in the collection.
Public methodContains(BcfColumn)
Determines whether the specified column in the collection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Gets an Enumerator that can be used to iterate through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetColumn
Gets the column with the specified name.
Top
Version Information

Forms

Supported in: 4.0
See Also