Classe TGNCarnetItem

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNCarnetItem = class(TObject)

Descrição

Hierarquia

  • TObject
  • TGNCarnetItem

Visão Geral

Métodos

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

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): TGNCarnetItem;
 

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