Class SheetRow<T>
[Serializable]
public abstract class SheetRow<T>
Type Parameters
T
- Inheritance
-
SheetRow<T>
- Derived
- Inherited Members
Properties
Key
public abstract T Key { get; }
Property Value
- T
Methods
EndOfSheetInitialize()
public virtual void EndOfSheetInitialize()
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Set(IReadOnlyList<string>)
public abstract void Set(IReadOnlyList<string> fields)
Parameters
fieldsIReadOnlyList<string>
Validate()
public virtual void Validate()