C# Class Swagger.ObjectModel.Builders.InfoBuilder

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

Public Methods

Method Description
Build ( ) : Info

The build.

Contact ( Contact contact ) : InfoBuilder

The contact.

Contact ( ContactBuilder contact ) : InfoBuilder

The contact.

Description ( string description ) : InfoBuilder

The description.

InfoBuilder ( string title, string version ) : System

Initializes a new instance of the InfoBuilder class.

License ( System.License license ) : InfoBuilder

The license.

License ( LicenseBuilder license ) : InfoBuilder

The license.

TermsOfService ( string termsOfService ) : InfoBuilder

The terms of service.

Method Details

Build() public method

The build.
///
public Build ( ) : Info
return Info

Contact() public method

The contact.
public Contact ( Contact contact ) : InfoBuilder
contact Contact /// The contact. ///
return InfoBuilder

Contact() public method

The contact.
public Contact ( ContactBuilder contact ) : InfoBuilder
contact ContactBuilder /// The contact. ///
return InfoBuilder

Description() public method

The description.
public Description ( string description ) : InfoBuilder
description string /// The description. ///
return InfoBuilder

InfoBuilder() public method

Initializes a new instance of the InfoBuilder class.
public InfoBuilder ( string title, string version ) : System
title string /// The title. ///
version string /// The version. ///
return System

License() public method

The license.
public License ( System.License license ) : InfoBuilder
license System.License /// The license. ///
return InfoBuilder

License() public method

The license.
public License ( LicenseBuilder license ) : InfoBuilder
license LicenseBuilder /// The license. ///
return InfoBuilder

TermsOfService() public method

The terms of service.
public TermsOfService ( string termsOfService ) : InfoBuilder
termsOfService string /// The terms of service. ///
return InfoBuilder