リビジョン 39
201/02/15現在 最新ソース
ConstructionLink.cs | ||
---|---|---|
15 | 15 |
|
16 | 16 |
#region メンバ変数 |
17 | 17 |
|
18 |
private int m_ConstructionCode = 0; // 親工事コード |
|
19 |
private int m_FluctuationCode = 0; // 子工事コード |
|
20 |
private DateTime m_EntryDate = DateTime.Now; // 登録日付 |
|
21 |
private DateTime m_UpdateDate = DateTime.Now; // 更新日付 |
|
18 |
private int m_ConstructionCode = 0; // 親工事コード |
|
19 |
private int m_FluctuationCode = 0; // 子工事コード |
|
20 |
private int m_LinkType = 0; // リンク種別 |
|
21 |
|
|
22 |
private DateTime m_EntryDate = DateTime.Now; // 登録日付 |
|
23 |
private DateTime m_UpdateDate = DateTime.Now; // 更新日付 |
|
22 | 24 |
#endregion |
23 | 25 |
|
24 | 26 |
#region コンストラクタ |
... | ... | |
42 | 44 |
set { m_FluctuationCode = value; } |
43 | 45 |
} |
44 | 46 |
/// <summary> |
47 |
/// リンク種別 |
|
48 |
/// </summary> |
|
49 |
public int LinkType |
|
50 |
{ |
|
51 |
get { return m_LinkType; } |
|
52 |
set { m_LinkType = value; } |
|
53 |
} |
|
54 |
/// <summary> |
|
45 | 55 |
/// 登録日付 |
46 | 56 |
/// </summary> |
47 | 57 |
public DateTime EntryDate |
他の形式にエクスポート: Unified diff