New Enhanced Document Properties
This commit is contained in:
@@ -888,6 +888,28 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
#region Enhanced Documents
|
||||
[Category("Enhanced Document Settings")]
|
||||
[DisplayName("LinkEnhanced")]
|
||||
[RefreshProperties(RefreshProperties.All)]
|
||||
[Description("Scope Applicability")]
|
||||
public string LinkEnhanced
|
||||
{
|
||||
get
|
||||
{
|
||||
return _Xp["Step", "LnkEnh"];
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value != null)
|
||||
_Xp["Step", "LnkEnh"] = value;
|
||||
else
|
||||
_Xp["Step", "LnkEnh"] = null;
|
||||
OnPropertyChanged("Edit_LnkEnh");
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user