C# Class Paralect.Schematra.EnumType

Inheritance: Type
Afficher le fichier Open project: paralect/Schematra Class Usage Examples

Protected Properties

Свойство Type Description
_constants List
_constantsByIndex EnumConstantInfo>.Dictionary
_constantsByName EnumConstantInfo>.Dictionary

Méthodes publiques

Méthode Description
Build ( ) : void

Méthodes protégées

Méthode Description
AddConstantInternal ( Int32 index, String name ) : void
CreateInternal ( ) : EnumType
EnumType ( TypeContext typeContext ) : System

Method Details

AddConstantInternal() protected méthode

protected AddConstantInternal ( Int32 index, String name ) : void
index System.Int32
name String
Résultat void

Build() public méthode

public Build ( ) : void
Résultat void

CreateInternal() protected méthode

protected CreateInternal ( ) : EnumType
Résultat EnumType

EnumType() protected méthode

protected EnumType ( TypeContext typeContext ) : System
typeContext TypeContext
Résultat System

Property Details

_constants protected_oe property

protected List _constants
Résultat List

_constantsByIndex protected_oe property

protected Dictionary _constantsByIndex
Résultat EnumConstantInfo>.Dictionary

_constantsByName protected_oe property

protected Dictionary _constantsByName
Résultat EnumConstantInfo>.Dictionary