File manager - Edit - /home/autoph/public_html/voc/home/data/vst_servicestatus.cs
Back
using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace Vts { #region Vst_servicestatus public class Vst_servicestatus { #region Member Variables protected int _stat_id; protected string _stat_type; protected string _stat_desc; #endregion #region Constructors public Vst_servicestatus() { } public Vst_servicestatus(string stat_type, string stat_desc) { this._stat_type=stat_type; this._stat_desc=stat_desc; } #endregion #region Public Properties public virtual int Stat_id { get {return _stat_id;} set {_stat_id=value;} } public virtual string Stat_type { get {return _stat_type;} set {_stat_type=value;} } public virtual string Stat_desc { get {return _stat_desc;} set {_stat_desc=value;} } #endregion } #endregion }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings