SaaS CMS has officially launched! Learn more now.

Class BaseEntityType

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

Constructors

BaseEntityType()

Declaration
public BaseEntityType()

Properties

DataItem

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

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