当前位置: 首页>>代码示例>>C#>>正文


C# Linq.ContentModelEntity类代码示例

本文整理汇总了C#中Xml.Schema.Linq.ContentModelEntity的典型用法代码示例。如果您正苦于以下问题:C# ContentModelEntity类的具体用法?C# ContentModelEntity怎么用?C# ContentModelEntity使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


ContentModelEntity类属于Xml.Schema.Linq命名空间,在下文中一共展示了ContentModelEntity类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。

示例1: quantityConstraint

 static quantityConstraint()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("includedUnits", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("excludedUnits", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("unitMagnitude", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例2: AppendixType

 static AppendixType() {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("description", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("screenshot", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("code", "https://www.veracode.com/schema/reports/export/1.0")));
 }
开发者ID:CallMeSteve,项目名称:O2.Platform.Scripts,代码行数:4,代码来源:detailedreport.cs

示例3: CategoryType

 static CategoryType() {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("desc", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("recommendations", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("cwe", "https://www.veracode.com/schema/reports/export/1.0")));
 }
开发者ID:CallMeSteve,项目名称:O2.Platform.Scripts,代码行数:4,代码来源:detailedreport.cs

示例4: FlawType

 static FlawType() {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("mitigations", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("annotations", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("exploitability_adjustments", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("exploit_desc", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("severity_desc", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("remediation_desc", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("appendix", "https://www.veracode.com/schema/reports/export/1.0")));
 }
开发者ID:CallMeSteve,项目名称:O2.Platform.Scripts,代码行数:4,代码来源:detailedreport.cs

示例5: ExploitAdjustmentType

 static ExploitAdjustmentType() {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("note", "https://www.veracode.com/schema/reports/export/1.0")));
 }
开发者ID:CallMeSteve,项目名称:O2.Platform.Scripts,代码行数:4,代码来源:detailedreport.cs

示例6: ARCHETYPE_TERM

 static ARCHETYPE_TERM()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("items", "http://schemas.openehr.org/v1")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例7: ManualAnalysisType

 static ManualAnalysisType() {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("cia_adjustment", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("delivery_consultant", "https://www.veracode.com/schema/reports/export/1.0")), new NamedContentModelEntity(XName.Get("modules", "https://www.veracode.com/schema/reports/export/1.0")));
 }
开发者ID:CallMeSteve,项目名称:O2.Platform.Scripts,代码行数:4,代码来源:detailedreport.cs

示例8: statement

 static statement()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("queryId", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("constraint", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("nameConstraint", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("eventConstraint", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("conditionalNode", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("nullFlavourConstraint", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例9: CODE_PHRASE

 static CODE_PHRASE()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("code_string", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("terminology_id", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例10: RESOURCE_DESCRIPTION_ITEM

 static RESOURCE_DESCRIPTION_ITEM()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("purpose", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("keywords", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("use", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("misuse", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("copyright", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("original_resource_uri", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("other_details", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例11: SECTION

 static SECTION()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("Rule", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("Conditional", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("Item", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例12: RESOURCE_DESCRIPTION

 static RESOURCE_DESCRIPTION()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("original_author", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("other_contributors", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("lifecycle_state", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("details", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("resource_package_uri", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("other_details", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例13: CLUSTER

 static CLUSTER()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("Rule", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("nameConstraint", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("Conditional", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("Items", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例14: quantityUnitConstraint

 static quantityUnitConstraint()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("unit", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("maxMagnitude", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("minMagnitude", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("precision", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("includesMaximum", "openEHR/v1/Template")), new NamedContentModelEntity(XName.Get("includesMinimum", "openEHR/v1/Template")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs

示例15: ARCHETYPE_ONTOLOGY

 static ARCHETYPE_ONTOLOGY()
 {
     BuildElementDictionary();
     contentModel = new SequenceContentModelEntity(new NamedContentModelEntity(XName.Get("term_definitions", "http://schemas.openehr.org/v1")), new NamedContentModelEntity(XName.Get("constraint_definitions", "http://schemas.openehr.org/v1")), new NamedContentModelEntity(XName.Get("term_bindings", "http://schemas.openehr.org/v1")), new NamedContentModelEntity(XName.Get("constraint_bindings", "http://schemas.openehr.org/v1")));
 }
开发者ID:nickvane,项目名称:vela,代码行数:5,代码来源:LinqToXsdSource.cs


注:本文中的Xml.Schema.Linq.ContentModelEntity类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。