Show / Hide Table of Contents

Class SelectionTypeInfo

Inheritance
Object
SelectionTypeInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public class SelectionTypeInfo

Constructors

SelectionTypeInfo(String, String, String, String, String, Boolean, String, Int16, Boolean, String, String, String, String, String, String)

Declaration
public SelectionTypeInfo(string entity, string dynamicP, string staticP, string combinedP, string shadowP, bool canSaveAsSelection, string icon, short rank, bool hasMailings, string nameForFind, string nameForFindFilterScreen, string nameForSelection, string tooltipForDropDown, string entityName, string primaryKey)
Parameters
Type Name Description
String entity
String dynamicP
String staticP
String combinedP
String shadowP
Boolean canSaveAsSelection
String icon
Int16 rank
Boolean hasMailings
String nameForFind
String nameForFindFilterScreen
String nameForSelection
String tooltipForDropDown
String entityName
String primaryKey

Properties

CanSaveAsSelection

Declaration
public bool CanSaveAsSelection { get; }
Property Value
Type Description
Boolean

CombinedProvider

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

DynamicProvider

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

Entity

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

EntityName

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

Icon

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

MailingsProvider

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

NameForFind

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

NameForFindFilterScreen

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

NameForSelection

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

NameForTypeDropdown

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

PrimaryKey

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

Rank

Declaration
public short Rank { get; }
Property Value
Type Description
Int16

ShadowProvider

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

StaticProvider

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

TargetTableNumber

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

TooltipForTypeDropdown

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

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