C# Class DotNetWebSdkGeneration.Models.TypeScriptClass

ファイルを表示 Open project: lukeautry/DotNetWebSDK

Public Properties

Property Type Description
Name string
Properties ImmutableList
References ImmutableList

Public Methods

Method Description
TypeScriptClass ( string name, ImmutableList properties, ImmutableList references ) : System.Collections.Immutable

Method Details

TypeScriptClass() public method

public TypeScriptClass ( string name, ImmutableList properties, ImmutableList references ) : System.Collections.Immutable
name string
properties ImmutableList
references ImmutableList
return System.Collections.Immutable

Property Details

Name public_oe property

public string Name
return string

Properties public_oe property

public ImmutableList Properties
return ImmutableList

References public_oe property

public ImmutableList References
return ImmutableList