Show / Hide Table of Contents

Class SearchContentValueModel

Inheritance
System.Object
SearchContentValueModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Models.Common
Assembly: mix.library.dll
Syntax
public class SearchContentValueModel

Properties

| Improve this Doc View Source

ColumnName

Declaration
public string ColumnName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SearchMethod

Declaration
public ExpressionMethod SearchMethod { get; set; }
Property Value
Type Description
ExpressionMethod
| Improve this Doc View Source

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾