Class ItemBoxProfile
Model of an ItemBoxProfile
Inheritance
System.Object
ItemBoxProfile
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.Studio
Assembly: Simplic.Studio.dll
Syntax
public class ItemBoxProfile
Properties
| Improve this Doc View SourceDefaultSearchString
Gets or sets the DefaultSearchString. Default value = %
Declaration
public string DefaultSearchString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayName
Gets or sets the DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ident
Gets or sets the Ident
Declaration
public int Ident { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
Gets or sets the IsActive. Default value = 1 -> Active
Declaration
public int IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemBoxIdent
Gets or sets the ItemBoxIdent
Declaration
public int ItemBoxIdent { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OrderId
Gets or sets the OrderId
Declaration
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Regex
Gets or sets the Regex
Declaration
public string Regex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectStatement
Gets or sets the SelectStatement. Default value = @New
Declaration
public string SelectStatement { get; set; }
Property Value
Type | Description |
---|---|
System.String |