示例#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);
        }