C# Class Serenity.CodeGeneration.TypeScriptParser.TypeInfo

Exibir arquivo Open project: volkanceylan/Serenity

Public Properties

Property Type Description
Decorators List
Extends string
Implements string
IsDeclaration bool
IsInterface bool
Members List
Modifiers List
Name string
Namespace NamespaceInfo

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Decorators public_oe property

public List Decorators
return List

Extends public_oe property

public string Extends
return string

Implements public_oe property

public string Implements
return string

IsDeclaration public_oe property

public bool IsDeclaration
return bool

IsInterface public_oe property

public bool IsInterface
return bool

Members public_oe property

public List Members
return List

Modifiers public_oe property

public List Modifiers
return List

Name public_oe property

public string Name
return string

Namespace public_oe property

public NamespaceInfo Namespace
return NamespaceInfo