Class Info_ItemBoxProfiles
Inheritance
System.Object
Info_ItemBoxProfiles
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 Info_ItemBoxProfiles
Properties
| Improve this Doc View SourceDefaultSearchString
Declaration
public string DefaultSearchString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemBoxIdent
Declaration
public int ItemBoxIdent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Regex
Declaration
public string Regex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectStatement
Declaration
public string SelectStatement { get; set; }
Property Value
Type | Description |
---|---|
System.String |