Show / Hide Table of Contents

Class ArchiveRowParent

Inheritance
Object
ArchiveRowParent
Inherited Members
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 ArchiveRowParent

Constructors

ArchiveRowParent(String, Int32)

Declaration
public ArchiveRowParent(string tableName, int primaryKey)
Parameters
Type Name Description
String tableName
Int32 primaryKey

Properties

PrimaryKey

Declaration
public int PrimaryKey { get; set; }
Property Value
Type Description
Int32

TableName

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

Methods

ToString()

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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top