Classe TGNChargeCarnetItem

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNChargeCarnetItem = class(TObject)

Descrição

Hierarquia

  • TObject
  • TGNChargeCarnetItem

Visão Geral

Métodos

Public function ToJsonString: string;
Public class function FromJsonString(AJsonString: string): TGNChargeCarnetItem;

Properties

Public property amount: Extended read FAmount write FAmount;
Public property name: String read FName write FName;
Public property value: Extended read FValue write FValue;

Descrição

Métodos

Public function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TGNChargeCarnetItem;
 

Properties

Public property amount: Extended read FAmount write FAmount;
 
Public property name: String read FName write FName;
 
Public property value: Extended read FValue write FValue;
 

JBS Soluções 2015