Class SelectionTypeInfo
Inheritance
SelectionTypeInfo
Assembly: SoDataBase.dll
Syntax
public class SelectionTypeInfo
Constructors
SelectionTypeInfo(string, string, string, string, string, bool, string, short, bool, 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
Properties
CanSaveAsSelection
Declaration
public bool CanSaveAsSelection { get; }
Property Value
CombinedProvider
Declaration
public string CombinedProvider { get; }
Property Value
DynamicProvider
Declaration
public string DynamicProvider { get; }
Property Value
Entity
Declaration
public string Entity { get; }
Property Value
EntityName
Declaration
public string EntityName { get; }
Property Value
Icon
Declaration
public string Icon { get; }
Property Value
MailingsProvider
Declaration
public string MailingsProvider { get; }
Property Value
NameForFind
Declaration
public string NameForFind { get; }
Property Value
NameForFindFilterScreen
Declaration
public string NameForFindFilterScreen { get; }
Property Value
NameForSelection
Declaration
public string NameForSelection { get; }
Property Value
NameForTypeDropdown
Declaration
public string NameForTypeDropdown { get; }
Property Value
PrimaryKey
Declaration
public string PrimaryKey { get; }
Property Value
Rank
Declaration
public short Rank { get; }
Property Value
ShadowProvider
Declaration
public string ShadowProvider { get; }
Property Value
StaticProvider
Declaration
public string StaticProvider { get; }
Property Value
TargetTableNumber
Declaration
public int TargetTableNumber { get; }
Property Value
Declaration
public string TooltipForTypeDropdown { get; }
Property Value
Extension Methods