Show / Hide Table of Contents

Class SearchDataContentDto

Inheritance
System.Object
SearchDataContentDto
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class SearchDataContentDto : SearchRequestDto

Constructors

| Improve this Doc View Source

SearchDataContentDto()

Declaration
public SearchDataContentDto()

Properties

| Improve this Doc View Source

CompareKind

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

GuidParentId

Declaration
public Guid? GuidParentId { get; set; }
Property Value
Type Description
System.Nullable<Guid>
| Improve this Doc View Source

IntParentId

Declaration
public int? IntParentId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

IsGroup

Declaration
public bool IsGroup { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MixDatabaseId

Declaration
public int MixDatabaseId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MixDatabaseName

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