C# Class AtomTester.Lppr

Show file Open project: softwarevidal/vidal-atom-csharp-example Class Usage Examples

Public Properties

Property Type Description
actCode String
id int
name String

Public Methods

Method Description
Lppr ( int id, String name, String actCode, String code, int coef, float refundBase, String service ) : System

Method Details

Lppr() public method

public Lppr ( int id, String name, String actCode, String code, int coef, float refundBase, String service ) : System
id int
name String
actCode String
code String
coef int
refundBase float
service String
return System

Property Details

actCode public property

public String actCode
return String

id public property

public int id
return int

name public property

public String name
return String