C# Class Xml.Schema.Linq.CodeGen.CodeTypeDeclItems

Show file Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Properties

Property Type Description
contentModelExpression System.CodeDom.CodeObjectCreateExpression
functionalConstructor System.CodeDom.CodeConstructor
hasElementWildCards bool
propertyNameTypeTable CodeMemberProperty>.Dictionary
staticConstructor System.CodeDom.CodeTypeConstructor

Public Methods

Method Description
CodeTypeDeclItems ( ) : System
Init ( ) : void

Method Details

CodeTypeDeclItems() public method

public CodeTypeDeclItems ( ) : System
return System

Init() public method

public Init ( ) : void
return void

Property Details

contentModelExpression public property

public CodeObjectCreateExpression,System.CodeDom contentModelExpression
return System.CodeDom.CodeObjectCreateExpression

functionalConstructor public property

public CodeConstructor,System.CodeDom functionalConstructor
return System.CodeDom.CodeConstructor

hasElementWildCards public property

public bool hasElementWildCards
return bool

propertyNameTypeTable public property

public Dictionary propertyNameTypeTable
return CodeMemberProperty>.Dictionary

staticConstructor public property

public CodeTypeConstructor,System.CodeDom staticConstructor
return System.CodeDom.CodeTypeConstructor