Class CustomColumnBaseEntityType
Business foundation entity object for custom columns.
Inherited Members
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
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. |