예제 #1
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            if (can_set_value)
            {
                return(SetSetValue(value, context));
            }

            return(false);
        }
예제 #2
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            variable.SetContents(representation, value.GetSystemValue());

            return(true);
        }
예제 #3
0
        private bool PushToRepresentationInternal(CmlValue_SystemValue value, object representation, CmlContext context)
        {
            static_effigy_info.AddChild(representation, value.GetSystemValue());

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

            return(true);
        }