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

Inheritance: ContentInfo
Exibir arquivo 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_oe property

protected List annotations
return List

hasSet protected_oe property

protected bool hasSet
return bool

isOverride protected_oe property

protected bool isOverride
return bool

isVirtual protected_oe property

protected bool isVirtual
return bool

propertyName protected_oe property

protected string propertyName
return string

propertyNs protected_oe property

protected string propertyNs
return string

returnType protected_oe property

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

schemaName protected_oe property

protected string schemaName
return string