Class Column
public class Column
- Inheritance
-
Column
- Inherited Members
Constructors
Column(int, string, int, Func<object?, object?>)
public Column(int sourceIndex, string attributeName, int attributeIndex, Func<object?, object?> converter)
Parameters
Fields
AttributeIndex
public readonly int AttributeIndex
Field Value
AttributeName
public readonly string AttributeName
Field Value
Converter
public readonly Func<object?, object?> Converter
Field Value
SourceIndex
public readonly int SourceIndex
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.