Show / Hide Table of Contents

Class RecordValue

Class used to contain a record's value. Include actual value and its defined type.

Inheritance
Object
RecordValue
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public class RecordValue : Object

Constructors

RecordValue()

Class used to contain a record's value. Include actual value and its defined type.

Declaration
public RecordValue()

Properties

Type

Gets or sets a Record's declared type. Used to prepare a record's columns because Value can be null.

Declaration
public Type Type { get; set; }
Property Value
Type Description
Type

Value

Gets or sets a Record's actual value.

Declaration
public object Value { get; set; }
Property Value
Type Description
Object

Extension Methods

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