C# Class Swagger.ObjectModel.Builders.LicenseBuilder

The license builder.
Afficher le fichier Open project: khellang/Nancy.Swagger Class Usage Examples

Méthodes publiques

Méthode 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 méthode

The build.
public Build ( ) : License
Résultat License

LicenseBuilder() public méthode

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 méthode

The name.
public Name ( string name ) : LicenseBuilder
name string /// The name. ///
Résultat LicenseBuilder

Url() public méthode

The url.
public Url ( string url ) : LicenseBuilder
url string /// The url. ///
Résultat LicenseBuilder