SaaS CMS has officially launched! Learn more now.

Class CustomColumnBaseType

Custom column view / user control

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

Constructors

CustomColumnBaseType()

Declaration
public CustomColumnBaseType()

Properties

ClassName

Gets or sets the name of the class.

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

The name of the class.

ColumnId

Gets or sets the column id.

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

The column id.

Place

Gets or sets the place.

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

The place.

PrimaryKeyIdField

Gets or sets the name of the PrimaryKey field.

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

The name of the PrimaryKey field.

ViewName

Gets or sets the name of the view.

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

The name of the view.