SaaS CMS has officially launched! Learn more now.

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: 11.8.3
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.