SaaS CMS has officially launched! Learn more now.

Class BaseType

Inheritance
System.Object
BaseType
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public class BaseType : UserControl

Constructors

BaseType()

Declaration
public BaseType()

Properties

DataItem

Declaration
public MetaObject DataItem { get; set; }
Property Value
Type Description
MetaObject

FieldName

Declaration
public string FieldName { get; set; }
Property Value
Type Description
System.String

Label

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String

ShowLabel

Declaration
public bool ShowLabel { get; set; }
Property Value
Type Description
System.Boolean