SaaS CMS has officially launched! Learn more now.

Class FilterSetInfo

Represents Filter Info.

Inheritance
System.Object
FilterSetInfo
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 FilterSetInfo

Constructors

FilterSetInfo()

Initializes a new instance of the FilterSetInfo class.

Declaration
public FilterSetInfo()

FilterSetInfo(String, String, String, Boolean)

Initializes a new instance of the FilterSetInfo class.

Declaration
public FilterSetInfo(string className, string id, string name, bool isSystem)
Parameters
Type Name Description
System.String className

Name of the class.

System.String id

The id.

System.String name

The name.

System.Boolean isSystem

if set to true, then it is a system filter.

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.

Id

Gets or sets the id.

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

The id.

IsSystem

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

Name

Gets or sets the name.

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

The name.