Class ListResultItemModel
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class ListResultItemModel
- Inheritance
-
ListResultItemModel
- Inherited Members
-
- Extension Methods
-
Constructors
ListResultItemModel()
public ListResultItemModel()
Properties
BankAsset
public int? BankAsset { get; set; }
Property Value
- int?
BankId
public Guid BankId { get; set; }
Property Value
- Guid
BankTitle
public string BankTitle { get; set; }
Property Value
- string
public int FormAsset { get; set; }
Property Value
- int
public int FormAssetVersion { get; set; }
Property Value
- int
public Guid FormIdentifier { get; set; }
Property Value
- Guid
public string FormName { get; set; }
Property Value
- string
public string FormTitle { get; set; }
Property Value
- string