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

Inheritance: ContentInfo
Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Protected Properties

Свойство Type Description
annotations List
hasSet bool
isOverride bool
isVirtual bool
propertyName string
propertyNs string
returnType XCodeTypeReference
schemaName string

Private Properties

Свойство Type Description
AddToConstructor void
AddToContentModel void
AddToType System.CodeDom.CodeMemberProperty
ApplyAnnotations void

Méthodes publiques

Méthode Description
ClrBasePropertyInfo ( ) : System

Private Methods

Méthode 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 méthode

public ClrBasePropertyInfo ( ) : System
Résultat System

Property Details

annotations protected_oe property

protected List annotations
Résultat List

hasSet protected_oe property

protected bool hasSet
Résultat bool

isOverride protected_oe property

protected bool isOverride
Résultat bool

isVirtual protected_oe property

protected bool isVirtual
Résultat bool

propertyName protected_oe property

protected string propertyName
Résultat string

propertyNs protected_oe property

protected string propertyNs
Résultat string

returnType protected_oe property

protected XCodeTypeReference,Xml.Schema.Linq.CodeGen returnType
Résultat XCodeTypeReference

schemaName protected_oe property

protected string schemaName
Résultat string