Class FieldType
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Represents product field type object
[Serializable]
public class FieldType
- Inheritance
-
FieldType
- Inherited Members
Constructors
FieldType()
Empty constructor
public FieldType()
Properties
DynamicwebAlias
System name for field type.
public string DynamicwebAlias { get; set; }
Property Value
Id
ID of FieldType object
public int Id { get; set; }
Property Value
IsCustom
public bool IsCustom { get; }
Property Value
Name
Name of field type.
public string Name { get; set; }
Property Value
Provider
The name of the FieldTypeProvider added to the field type
public string Provider { get; set; }
Property Value
ProviderConfiguration
The configuration of provider
public string ProviderConfiguration { get; set; }
Property Value
ProviderInstance
The instance of the FieldTypeProvider added to the field type
public ProductFieldTypeProvider ProviderInstance { get; }
Property Value
Sort
Sort order for field types in various GUI lists
public int Sort { get; set; }
Property Value
SqlPresentation
Field type DDL presentation in MS SQL.
public string SqlPresentation { get; set; }
Property Value
Methods
GetValueType()
public Type GetValueType()