Show / Hide Table of Contents

Class ArchiveSelectionRow

Inheritance
Object
ArchiveRow
ArchiveSelectionRow
Implements
IDataRecord
IEquatable<ArchiveRow>
Inherited Members
ArchiveRow.AddParent(String, Int32)
ArchiveRow.AddOverlappingColumn(String, ArchiveColumnData)
ArchiveRow.AddOverlappingIntColumn(String, Int32, String, String)
ArchiveRow.AddOverlappingIntColumn(String, Int32, String)
ArchiveRow.AddOverlappingIntColumn(String, Int32)
ArchiveRow.AddOverlappingDoubleColumn(String, Double, String, String)
ArchiveRow.AddOverlappingDoubleColumn(String, Double, String)
ArchiveRow.AddOverlappingDoubleColumn(String, Double)
ArchiveRow.AddOverlappingDateTimeColumn(String, DateTime, String, String)
ArchiveRow.AddOverlappingDateTimeColumn(String, DateTime, String)
ArchiveRow.AddOverlappingDateTimeColumn(String, DateTime)
ArchiveRow.AddOverlappingBoolColumn(String, Boolean, String, String)
ArchiveRow.AddOverlappingBoolColumn(String, Boolean, String)
ArchiveRow.AddOverlappingBoolColumn(String, Boolean)
ArchiveRow.AddOverlappingColumn(String)
ArchiveRow.AddOverlappingColumn(String, String)
ArchiveRow.AddOverlappingColumn(String, String, String)
ArchiveRow.AddOverlappingColumn(String, String, String, String)
ArchiveRow.AlignToTargetColumnSet(String[])
ArchiveRow.PopulateFromBase(ArchiveRow, Boolean)
ArchiveRow.AddStyleHint(String)
ArchiveRow.AddLinkHint(String)
ArchiveRow.RemoveLinkHint(String)
ArchiveRow.ReplaceLinkHint(String, String)
ArchiveRow.GetLinkHintValue(String)
ArchiveRow.AddTooltipToField(String, String)
ArchiveRow.AddLinkHintToField(String, String)
ArchiveRow.RemoveStyleHint(String)
ArchiveRow.GetDisplayValue(String)
ArchiveRow.Equals(ArchiveRow)
ArchiveRow.ToIdDictionary(ArchiveRow[])
ArchiveRow.ToIdDictionary(ICollection<ArchiveRow>)
ArchiveRow.GetBoolean(Int32)
ArchiveRow.GetByte(Int32)
ArchiveRow.GetBytes(Int32, Int64, Byte[], Int32, Int32)
ArchiveRow.GetChar(Int32)
ArchiveRow.GetChars(Int32, Int64, Char[], Int32, Int32)
ArchiveRow.GetData(Int32)
ArchiveRow.GetDataTypeName(Int32)
ArchiveRow.GetDateTime(Int32)
ArchiveRow.GetDecimal(Int32)
ArchiveRow.GetDouble(Int32)
ArchiveRow.GetFieldType(Int32)
ArchiveRow.GetFloat(Int32)
ArchiveRow.GetGuid(Int32)
ArchiveRow.GetInt16(Int32)
ArchiveRow.GetInt32(Int32)
ArchiveRow.GetInt64(Int32)
ArchiveRow.GetName(Int32)
ArchiveRow.GetOrdinal(String)
ArchiveRow.GetString(Int32)
ArchiveRow.GetValue(Int32)
ArchiveRow.GetValues(Object[])
ArchiveRow.IsDBNull(Int32)
ArchiveRow.ColumnData
ArchiveRow.RowType
ArchiveRow.RowKey
ArchiveRow.StyleHint
ArchiveRow.LinkHint
ArchiveRow.RowRight
ArchiveRow.Parents
ArchiveRow.FieldCount
ArchiveRow.Item[String]
ArchiveRow.Item[Int32]
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
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
String

ColumnCompleted

Declaration
public const string ColumnCompleted = "done"
Field Value
Type Description
String

ColumnKind

Declaration
public const string ColumnKind = "kind"
Field Value
Type Description
String

ColumnName

Declaration
public const string ColumnName = "name"
Field Value
Type Description
String

ColumnSelectionMemberType

Declaration
public const string ColumnSelectionMemberType = "targetTableNumber"
Field Value
Type Description
String

ColumnType

Declaration
public const string ColumnType = "type"
Field Value
Type Description
String

Properties

Associate

Declaration
public string Associate { get; }
Property Value
Type Description
String

Completed

Declaration
public string Completed { get; }
Property Value
Type Description
String

Kind

Declaration
public string Kind { get; }
Property Value
Type Description
String

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

SelectionMemberType

Declaration
public string SelectionMemberType { get; }
Property Value
Type Description
String

Type

Declaration
public string Type { get; }
Property Value
Type Description
String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
ArchiveRow.ToString()

Implements

System.Data.IDataRecord
System.IEquatable<T>

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
ExtensionMethods.AddParent(ArchiveRow, SoDataReader, TableInfo)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top