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

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

Private Properties

Property Type Description
AddGetStatements void
AddToConstructor void
AddToContentModel void
AddToType System.CodeDom.CodeMemberProperty
ClrWildCardPropertyInfo System

Private Methods

Method Description
AddGetStatements ( CodeStatementCollection getStatements ) : void
AddToConstructor ( CodeConstructor functionalConstructor ) : void
AddToContentModel ( CodeObjectCreateExpression contentModelExpression ) : void
AddToType ( CodeTypeDeclaration decl, List annotations ) : CodeMemberProperty
ClrWildCardPropertyInfo ( string ns, string targetNs, bool addToType, Occurs schemaOccurs ) : System