Exemplo n.º 1
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            variable.SetContents(representation, value.GetSystemValue());

            return(true);
        }
Exemplo n.º 2
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            static_effigy_info.AddChild(representation, value.GetSystemValue());

            return(true);
        }
Exemplo n.º 3
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            effigy_info.SetChildren(representation, value.GetSystemValue().WrapAsEnumerable());

            return(true);
        }