General
This article describes the ECO (Engineering Change Order) object.
Structure
class ECO : BaseArticle
{
ECOProperties : Dictionary<string, string>
ArticleChildren : List<ECOArticle>
HasArticleChildren : bool
StructureArticleChildren : List<ECOStructureArticle>
HasStructureArticleChildren : bool
}Key Concepts
ECOProperties
Metadata for the change order.
ArticleChildren
Associated articles.
StructureArticleChildren
Associated structure articles.
Flags
- HasArticleChildren
- HasStructureArticleChildren
Property Access Methods
- AddUpdateECOProperty
- GetECOProperty
- GetECOPropertyAsType