Show / Hide Table of Contents

Class Record

Class used to contain and build information record, used to populate relation datastructures, like System.Data.DataSet.

Inheritance
System.Object
Record
Inherited Members
System.Object.ToString()
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.Data
Assembly: SoCore.dll
Syntax
public class Record

Constructors

Record(String)

Creates a new Record.

Declaration
public Record(string table)
Parameters
Type Name Description
System.String table

The name of the table which the record belongs to.

Properties

Table

Gets the name of the table which the record belongs to.

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

Values

Gets the keys and corresponding values stored on them. Maps to columns in a database-table.

Declaration
public Dictionary<string, RecordValue> Values { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, RecordValue>

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