Class SearchConfigurationProfileValue
Profile item value
Inheritance
System.Object
SearchConfigurationProfileValue
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: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SearchConfigurationProfileValue
Properties
| Improve this Doc View SourceIsActive
Gets or sets whether the search item is active
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Item1Bit
Gets or sets the bit value
Declaration
public bool? Item1Bit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Item1Date
Gets or sets the given value
Declaration
public DateTime? Item1Date { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Item1Double
Gets or sets the given value
Declaration
public double? Item1Double { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Item1Int
Gets or sets the given value
Declaration
public int? Item1Int { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Item1String
Gets or sets the given value
Declaration
public string Item1String { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Item1Time
Gets or sets the given value
Declaration
public TimeSpan? Item1Time { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
Item2Date
Gets or sets the given value
Declaration
public DateTime? Item2Date { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Item2Double
Gets or sets the given value
Declaration
public double? Item2Double { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Item2Int
Gets or sets the given value
Declaration
public int? Item2Int { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Item2String
Gets or sets the given value
Declaration
public string Item2String { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Item2Time
Gets or sets the given value
Declaration
public TimeSpan? Item2Time { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
ItemId
Gets or sets the unique id of the SearchGroupItem
Declaration
public Guid ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |