Class UdefFieldTypeProvider
List of UDef field types for a given owner table, and possibly restricted based on the current field type
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("UdefFieldType")]
[MDOAdditionalInfoSeparator(",")]
[MDOAdditionalInfo("UDefType,UDefFieldType,hasBeenPublished", "Contact,Number,true")]
public class UdefFieldTypeProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Remarks
ExtraInfo = "UDefType,UDefFieldType,hasBeenPublished"
For example: "Contact""Contact,Number,true"
Constructors
UdefFieldTypeProvider()
List of UDef field types for a given owner table, and possibly restricted based on the current field type
Declaration
public UdefFieldTypeProvider()
Remarks
ExtraInfo = "UDefType,UDefFieldType,hasBeenPublished"
For example: "Contact""Contact,Number,true"
Fields
ProviderName
List of UDef field types for a given owner table, and possibly restricted based on the current field type
Declaration
public const string ProviderName = "UdefFieldType"
Field Value
Type | Description |
---|---|
String |
Remarks
ExtraInfo = "UDefType,UDefFieldType,hasBeenPublished"
For example: "Contact""Contact,Number,true"
Properties
TypeToResource
List of UDef field types for a given owner table, and possibly restricted based on the current field type
Declaration
public static Dictionary<UDefFieldType, string> TypeToResource { get; }
Property Value
Type | Description |
---|---|
Dictionary<UDefFieldType, String> |
Remarks
ExtraInfo = "UDefType,UDefFieldType,hasBeenPublished"
For example: "Contact""Contact,Number,true"
Methods
AddItems()
List of UDef field types for a given owner table, and possibly restricted based on the current field type
Declaration
protected override void AddItems()
Overrides
Remarks
ExtraInfo = "UDefType,UDefFieldType,hasBeenPublished"
For example: "Contact""Contact,Number,true"