Class ArchiveSelectionRow
Inheritance
System.Object
ArchiveSelectionRow
Implements
System.Data.IDataRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: SoCore.dll
Syntax
public class ArchiveSelectionRow : ArchiveRow, IDataRecord, IEquatable<ArchiveRow>
Constructors
ArchiveSelectionRow()
Declaration
public ArchiveSelectionRow()
Fields
ColumnAssociate
Declaration
public const string ColumnAssociate = "associateId"
Field Value
Type |
Description |
System.String |
|
ColumnCompleted
Declaration
public const string ColumnCompleted = "done"
Field Value
Type |
Description |
System.String |
|
ColumnKind
Declaration
public const string ColumnKind = "kind"
Field Value
Type |
Description |
System.String |
|
ColumnName
Declaration
public const string ColumnName = "name"
Field Value
Type |
Description |
System.String |
|
ColumnSelectionMemberType
Declaration
public const string ColumnSelectionMemberType = "targetTableNumber"
Field Value
Type |
Description |
System.String |
|
ColumnType
Declaration
public const string ColumnType = "type"
Field Value
Type |
Description |
System.String |
|
Properties
Associate
Declaration
public string Associate { get; }
Property Value
Type |
Description |
System.String |
|
Completed
Declaration
public string Completed { get; }
Property Value
Type |
Description |
System.String |
|
Kind
Declaration
public string Kind { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
SelectionMemberType
Declaration
public string SelectionMemberType { get; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; }
Property Value
Type |
Description |
System.String |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.Data.IDataRecord
System.IEquatable<T>
Extension Methods
EnumUtil.MapEnums<From, To>(From)