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

            return(false);
        }
예제 #2
0
        private bool PushToRepresentationInternal(CmlValue_SystemValues value, object representation, CmlContext context)
        {
            static_effigy_info.AddChildren(representation, value.GetSystemValues());

            return(true);
        }