SaaS CMS has officially launched! Learn more now.

Class MetaViewWrapper

Inheritance
System.Object
MetaViewWrapper
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 static class MetaViewWrapper

Methods

AddFilter(FilterElement, FilterElement)

Declaration
public static void AddFilter(FilterElement parentFilter, FilterElement filter)
Parameters
Type Name Description
FilterElement parentFilter
FilterElement filter

AddFilter(FilterElementCollection, FilterElement)

Declaration
public static void AddFilter(FilterElementCollection filters, FilterElement filter)
Parameters
Type Name Description
FilterElementCollection filters
FilterElement filter

AddGroup(GroupElementCollection, GroupElement)

Declaration
public static void AddGroup(GroupElementCollection groups, GroupElement group)
Parameters
Type Name Description
GroupElementCollection groups
GroupElement group

DeleteFilter(FilterElementCollection, Guid)

Declaration
public static void DeleteFilter(FilterElementCollection filters, Guid filterUid)
Parameters
Type Name Description
FilterElementCollection filters
System.Guid filterUid

DeleteGroup(GroupElementCollection, String)

Declaration
public static void DeleteGroup(GroupElementCollection groups, string groupName)
Parameters
Type Name Description
GroupElementCollection groups
System.String groupName

GetGroupElementByName(GroupElementCollection, String)

Declaration
public static GroupElement GetGroupElementByName(GroupElementCollection groups, string groupName)
Parameters
Type Name Description
GroupElementCollection groups
System.String groupName
Returns
Type Description
GroupElement

UpdateFilter(FilterElementCollection, Guid, FilterElement)

Declaration
public static void UpdateFilter(FilterElementCollection filters, Guid filterUid, FilterElement filter)
Parameters
Type Name Description
FilterElementCollection filters
System.Guid filterUid
FilterElement filter

UpdateGroup(GroupElementCollection, GroupElement)

Declaration
public static void UpdateGroup(GroupElementCollection groups, GroupElement group)
Parameters
Type Name Description
GroupElementCollection groups
GroupElement group

UpdateSettings(MetaView, String, Boolean, Boolean, Boolean, Boolean, String, Boolean, Boolean, String)

Declaration
public static void UpdateSettings(MetaView mv, string friendlyName, bool enableFilters, bool enableGroups, bool enableDetails, bool horizontalDetails, string formFilterName, bool enableChangeOrder, bool enableClientSorting, string customSorting)
Parameters
Type Name Description
MetaView mv
System.String friendlyName
System.Boolean enableFilters
System.Boolean enableGroups
System.Boolean enableDetails
System.Boolean horizontalDetails
System.String formFilterName
System.Boolean enableChangeOrder
System.Boolean enableClientSorting
System.String customSorting