コード例 #1
0
        protected virtual object Visit(openehr.openehr.am.archetype.constraint_model.Impl.CONSTRAINT_REF o, int depth)
        {
            CONSTRAINT_REF result = new CONSTRAINT_REF();
            CloneC_Object(result, o);
            result.reference = o.target().ToString();

            return result;
        }