BewoPlaner .Net Version 4.5 und Devexpress version 17....
plus RTF Dokumentation für HPH bersenbrueck unter ServiceRecord und paar kleinigkeiten
This commit is contained in:
@@ -12,15 +12,7 @@ namespace BeWo.Data.Entities
|
||||
|
||||
public static string PropertyName_IsActive = "IsActive";
|
||||
|
||||
public static string PropertyName_Notice = "Notice";
|
||||
|
||||
public static string PropertyName_Notice2 = "Notice2";
|
||||
|
||||
public static string PropertyName_Notice3 = "Notice3";
|
||||
|
||||
public static string PropertyName_Notice4 = "Notice4";
|
||||
|
||||
public static string PropertyName_Notice5 = "Notice5";
|
||||
public static string PropertyName_Notice = "Notice";
|
||||
|
||||
public static string PropertyName_Oid = "Oid";
|
||||
|
||||
@@ -35,14 +27,6 @@ namespace BeWo.Data.Entities
|
||||
protected string _InsUser;
|
||||
|
||||
protected string _Notice;
|
||||
|
||||
protected string _Notice2;
|
||||
|
||||
protected string _Notice3;
|
||||
|
||||
protected string _Notice4;
|
||||
|
||||
protected string _Notice5;
|
||||
|
||||
protected long? _Oid;
|
||||
|
||||
@@ -120,70 +104,6 @@ namespace BeWo.Data.Entities
|
||||
}
|
||||
}
|
||||
|
||||
public virtual string Notice2
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Notice2;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
if (this.AreDifferent(this._Notice2, value))
|
||||
{
|
||||
this._Notice2 = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public virtual string Notice3
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Notice3;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
if (this.AreDifferent(this._Notice3, value))
|
||||
{
|
||||
this._Notice3 = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public virtual string Notice4
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Notice4;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
if (this.AreDifferent(this._Notice4, value))
|
||||
{
|
||||
this._Notice4 = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public virtual string Notice5
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Notice5;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
if (this.AreDifferent(this._Notice5, value))
|
||||
{
|
||||
this._Notice5 = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public virtual long? Oid
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user