Ejemplo n.º 1
0
        /// <summary>
        /// this will generate an assertion if none is in the entity model
        /// </summary>
        /// <param name="tc"></param>
        /// <returns></returns>
        internal string GenerateAssertion(TemplateConstraint tc)
        {
            ConstraintParser     cParser = new ConstraintParser(this.rep, tc, tc.Template.ImplementationGuideType, this.vocFileName, this.vocabularyOutputType);
            AssertionLineBuilder asb     = cParser.CreateAssertionLineBuilder();

            return(asb.ToString());
        }