C# Класс Xml.Schema.Linq.CodeGen.ClrBasePropertyInfo

Наследование: ContentInfo
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
annotations List
hasSet bool
isOverride bool
isVirtual bool
propertyName string
propertyNs string
returnType XCodeTypeReference
schemaName string

Private Properties

Свойство Тип Описание
AddToConstructor void
AddToContentModel void
AddToType System.CodeDom.CodeMemberProperty
ApplyAnnotations void

Открытые методы

Метод Описание
ClrBasePropertyInfo ( ) : System

Приватные методы

Метод Описание
AddToConstructor ( CodeConstructor functionalConstructor ) : void
AddToContentModel ( CodeObjectCreateExpression contentModelExpression ) : void
AddToType ( CodeTypeDeclaration decl, List annotations ) : CodeMemberProperty
ApplyAnnotations ( CodeMemberProperty propDecl, List typeAnnotations ) : void

Описание методов

ClrBasePropertyInfo() публичный Метод

public ClrBasePropertyInfo ( ) : System
Результат System

Описание свойств

annotations защищенное свойство

protected List annotations
Результат List

hasSet защищенное свойство

protected bool hasSet
Результат bool

isOverride защищенное свойство

protected bool isOverride
Результат bool

isVirtual защищенное свойство

protected bool isVirtual
Результат bool

propertyName защищенное свойство

protected string propertyName
Результат string

propertyNs защищенное свойство

protected string propertyNs
Результат string

returnType защищенное свойство

protected XCodeTypeReference,Xml.Schema.Linq.CodeGen returnType
Результат XCodeTypeReference

schemaName защищенное свойство

protected string schemaName
Результат string