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 ColumnProperties

Represents Column Properties.

Inheritance
System.Object
ColumnProperties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Core
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class ColumnProperties

Constructors

ColumnProperties()

Initializes a new instance of the ColumnProperties class.

Declaration
public ColumnProperties()

ColumnProperties(String, String, String)

Initializes a new instance of the ColumnProperties class.

Declaration
public ColumnProperties(string field, string width, string title)
Parameters
Type Name Description
System.String field

The field.

System.String width

The width.

System.String title

The title.

Properties

Field

Gets or sets the assigned meta field name.

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

The field.

Title

Gets or sets the title.

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

The title.

Width

Gets or sets the width.

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

The width.