C# Class DotNetWebSdkGeneration.Models.TypeScriptProperty

Inheritance: ILiquidizable
Show file Open project: lukeautry/DotNetWebSDK

Public Properties

Property Type Description
Name string
Type string

Public Methods

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

Method Details

ToLiquid() public method

public ToLiquid ( ) : object
return object

TypeScriptProperty() public method

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

Property Details

Name public property

public string Name
return string

Type public property

public string Type
return string