London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class CustomColumnBaseEntityType

Business foundation entity object for custom columns.

Inheritance
System.Object
CustomColumnBaseEntityType
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class CustomColumnBaseEntityType : BaseEntityType

Constructors

CustomColumnBaseEntityType()

Declaration
public CustomColumnBaseEntityType()

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.