Class ModuleFieldModel
Inheritance
System.Object
ModuleFieldModel
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()
Assembly: mix.library.dll
Syntax
public class ModuleFieldModel
Properties
|
Improve this Doc
View Source
DataType
Declaration
public MixDataType DataType { get; set; }
Property Value
Type |
Description |
MixDataType |
|
|
Improve this Doc
View Source
DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDisplay
Declaration
public bool IsDisplay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGroupBy
Declaration
public bool IsGroupBy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSelect
Declaration
public bool IsSelect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUnique
Declaration
public bool IsUnique { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Options
Declaration
public JArray Options { get; set; }
Property Value
|
Improve this Doc
View Source
Priority
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|