C# Class DotNetWebSdkGeneration.Models.TypeScriptProperty

Inheritance: ILiquidizable
Afficher le fichier Open project: lukeautry/DotNetWebSDK

Méthodes publiques

Свойство Type Description
Name string
Type string

Méthodes publiques

Méthode Description
ToLiquid ( ) : object
TypeScriptProperty ( string name, ITypeSymbol type, IEnumerable knownClassNames ) : System.Collections.Generic

Method Details

ToLiquid() public méthode

public ToLiquid ( ) : object
Résultat object

TypeScriptProperty() public méthode

public TypeScriptProperty ( string name, ITypeSymbol type, IEnumerable knownClassNames ) : System.Collections.Generic
name string
type ITypeSymbol
knownClassNames IEnumerable
Résultat System.Collections.Generic

Property Details

Name public_oe property

public string Name
Résultat string

Type public_oe property

public string Type
Résultat string