Show / Hide Table of Contents

Class ArchiveProjectRow

Inheritance
Object
ArchiveRow
ArchiveProjectRow
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.ToString()
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 ArchiveProjectRow : ArchiveRow, IDataRecord, IEquatable<ArchiveRow>

Constructors

ArchiveProjectRow()

Declaration
public ArchiveProjectRow()

Fields

ColumnAssociate

Declaration
public const string ColumnAssociate = "associateId"
Field Value
Type Description
String

ColumnName

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

ColumnNumber

Declaration
public const string ColumnNumber = "number"
Field Value
Type Description
String

ColumnStatus

Declaration
public const string ColumnStatus = "status"
Field Value
Type Description
String

ColumnText

Declaration
public const string ColumnText = "text"
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

Name

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

Number

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

Status

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

Text

Project descriptive text

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

Type

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

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