Class BafGridListViewProfile

Inheritance
System.Object
BafGridListViewProfile
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.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class BafGridListViewProfile

Constructors

BafGridListViewProfile()

Declaration
public BafGridListViewProfile()

Properties

ColumnsUI

Declaration
public BafGridListViewProfileColumn[] ColumnsUI { get; set; }
Property Value
Type Description
BafGridListViewProfileColumn[]

FieldSet

Declaration
public string[] FieldSet { get; set; }
Property Value
Type Description
System.String[]

FieldSetName

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

Filters

Declaration
public BafGridListViewProfileFilters Filters { get; set; }
Property Value
Type Description
BafGridListViewProfileFilters

GroupByFieldName

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

Id

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

IsPublic

Declaration
public bool IsPublic { get; set; }
Property Value
Type Description
System.Boolean

IsSystem

Declaration
public bool IsSystem { get; set; }
Property Value
Type Description
System.Boolean

Name

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