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

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

Protected Properties

Property Type Description
annotations List
hasSet bool
isOverride bool
isVirtual bool
propertyName string
propertyNs string
returnType XCodeTypeReference
schemaName string

Private Properties

Property Type Description
AddToConstructor void
AddToContentModel void
AddToType System.CodeDom.CodeMemberProperty
ApplyAnnotations void

Public Methods

Method Description
ClrBasePropertyInfo ( ) : System

Private Methods

Method Description
AddToConstructor ( CodeConstructor functionalConstructor ) : void
AddToContentModel ( CodeObjectCreateExpression contentModelExpression ) : void
AddToType ( CodeTypeDeclaration decl, List annotations ) : CodeMemberProperty
ApplyAnnotations ( CodeMemberProperty propDecl, List typeAnnotations ) : void

Method Details

ClrBasePropertyInfo() public method

public ClrBasePropertyInfo ( ) : System
return System

Property Details

annotations protected property

protected List annotations
return List

hasSet protected property

protected bool hasSet
return bool

isOverride protected property

protected bool isOverride
return bool

isVirtual protected property

protected bool isVirtual
return bool

propertyName protected property

protected string propertyName
return string

propertyNs protected property

protected string propertyNs
return string

returnType protected property

protected XCodeTypeReference,Xml.Schema.Linq.CodeGen returnType
return XCodeTypeReference

schemaName protected property

protected string schemaName
return string