Class ArchiveRowParent
Inheritance
System.Object
ArchiveRowParent
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()
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 |
---|---|---|
System.String | tableName | |
System.Int32 | primaryKey |
Properties
PrimaryKey
Declaration
public int PrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TableName
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Extension Methods
EnumUtil.MapEnums<From, To>(From)