C# Class Swagger.ObjectModel.Builders.LicenseBuilder

The license builder.
Datei anzeigen Open project: khellang/Nancy.Swagger Class Usage Examples

Public Methods

Method Description
Build ( ) : License

The build.

LicenseBuilder ( string name )

Initializes a new instance of the LicenseBuilder class. Initializes a new instance of the T:System.Object class.

Name ( string name ) : LicenseBuilder

The name.

Url ( string url ) : LicenseBuilder

The url.

Method Details

Build() public method

The build.
public Build ( ) : License
return License

LicenseBuilder() public method

Initializes a new instance of the LicenseBuilder class. Initializes a new instance of the T:System.Object class.
public LicenseBuilder ( string name )
name string

Name() public method

The name.
public Name ( string name ) : LicenseBuilder
name string /// The name. ///
return LicenseBuilder

Url() public method

The url.
public Url ( string url ) : LicenseBuilder
url string /// The url. ///
return LicenseBuilder