Ejemplo n.º 1
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            if (can_set_value)
            {
                return(SetSetValue(value, context));
            }

            return(false);
        }
Ejemplo n.º 2
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            variable.SetContents(representation, value.GetSystemValue());

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

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

            return(true);
        }