This commit is contained in:
Kathy Ruffing 2012-09-27 11:07:06 +00:00
parent b30b216e5a
commit bb27c20810

View File

@ -196,10 +196,46 @@ namespace VEPROMS.CSLA.Library
{ {
get { return null; } get { return null; }
} }
public bool IsFolder
{
get
{
return false;
}
}
public bool IsDocVersion
{
get
{
return false;
}
}
public bool IsProcedure
{
get
{
return false;
}
}
public bool IsSection
{
get
{
return false;
}
}
public bool IsStep
{
get
{
return false;
}
}
//public bool HasStandardSteps() //public bool HasStandardSteps()
//{ return false; } //{ return false; }
#endregion #endregion
} }
public enum E_FromType : int public enum E_FromType : int
{ {
Procedure = 1, Section = 2, Caution = 3, Note = 4, RNO = 5, Step = 6, Table = 7 Procedure = 1, Section = 2, Caution = 3, Note = 4, RNO = 5, Step = 6, Table = 7