Exemplo n.º 1
0
        public override void Update(GraphicElement el, string label)
        {
            SemanticInstance si = (SemanticInstance)el;

            (label == "SemanticType").If(() =>
            {
                si.Text = string.IsNullOrEmpty(SemanticType) ? "ST" : (SemanticType);
            });

            base.Update(el, label);
        }
Exemplo n.º 2
0
 public SemanticInstanceProperties(SemanticInstance el) : base(el)
 {
 }