Class MetaClassDataSourceCondition
Represents meta class data source condition.
Inheritance
System.Object
MetaClassDataSourceCondition
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.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class MetaClassDataSourceCondition
Constructors
MetaClassDataSourceCondition()
Initializes a new instance of the MetaClassDataSourceCondition class.
Declaration
public MetaClassDataSourceCondition()
MetaClassDataSourceCondition(String, String, String)
Initializes a new instance of the MetaClassDataSourceCondition class.
Declaration
public MetaClassDataSourceCondition(string table, string column, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | table | The table. |
System.String | column | The column. |
System.String | value | The value. |
Properties
Column
Gets or sets the column.
Declaration
public string Column { get; set; }
Property Value
Type | Description |
---|---|
System.String | The column. |
FilterValue
Gets or sets the filter value.
Declaration
public string FilterValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The filter value. |
Table
Gets or sets the table.
Declaration
public string Table { get; set; }
Property Value
Type | Description |
---|---|
System.String | The table. |
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |