Show / Hide Table of Contents

Class ListInfo

This class exposes properties and information related to the MDO List system, for one 'source' class. It is instantiated once for each table that is recognized as an MDO list when the dictionary is read.

Inheritance
Object
ListInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.Data.Dictionary
Assembly: SoDataBase.dll
Syntax
public sealed class ListInfo

Properties

Deleted

Get the deleted flag field from the list table

Declaration
public FieldInfo Deleted { get; }
Property Value
Type Description
FieldInfo

GroupLinkGroupKey

Get the field representing the group key from the group link table

Declaration
public FieldInfo GroupLinkGroupKey { get; }
Property Value
Type Description
FieldInfo

GroupLinkListKey

Get the field representing the list key from the group link table

Declaration
public FieldInfo GroupLinkListKey { get; }
Property Value
Type Description
FieldInfo

GroupLinkTable

Get the table that has the group link role

Declaration
public TableInfo GroupLinkTable { get; }
Property Value
Type Description
TableInfo

HeadingLinkHeadingKey

Get the field representing the heading ket from the heading link table

Declaration
public FieldInfo HeadingLinkHeadingKey { get; }
Property Value
Type Description
FieldInfo

headingLinkListKey

Get the field representing the list key from the heading link table

Declaration
public FieldInfo headingLinkListKey { get; }
Property Value
Type Description
FieldInfo

HeadingLinkTable

Get the table that has the heading link role

Declaration
public TableInfo HeadingLinkTable { get; }
Property Value
Type Description
TableInfo

ListTable

Get the table that is the MDO table

Declaration
public TableInfo ListTable { get; }
Property Value
Type Description
TableInfo

Name

Get the name field from the list table

Declaration
public FieldInfo Name { get; }
Property Value
Type Description
FieldInfo

PrimaryKey

Get the primary key field from the list table

Declaration
public FieldInfo PrimaryKey { get; }
Property Value
Type Description
FieldInfo

Rank

Get the rank field from the list table

Declaration
public FieldInfo Rank { get; }
Property Value
Type Description
FieldInfo

Tooltip

Get the tooltip/description field from the list table

Declaration
public FieldInfo Tooltip { get; }
Property Value
Type Description
FieldInfo

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