C# 클래스 Swagger.ObjectModel.Builders.InfoBuilder

The info builder.
파일 보기 프로젝트 열기: khellang/Nancy.Swagger 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Build() 공개 메소드

The build.
///
public Build ( ) : Info
리턴 Info

Contact() 공개 메소드

The contact.
public Contact ( Contact contact ) : InfoBuilder
contact Contact /// The contact. ///
리턴 InfoBuilder

Contact() 공개 메소드

The contact.
public Contact ( ContactBuilder contact ) : InfoBuilder
contact ContactBuilder /// The contact. ///
리턴 InfoBuilder

Description() 공개 메소드

The description.
public Description ( string description ) : InfoBuilder
description string /// The description. ///
리턴 InfoBuilder

InfoBuilder() 공개 메소드

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

License() 공개 메소드

The license.
public License ( System.License license ) : InfoBuilder
license System.License /// The license. ///
리턴 InfoBuilder

License() 공개 메소드

The license.
public License ( LicenseBuilder license ) : InfoBuilder
license LicenseBuilder /// The license. ///
리턴 InfoBuilder

TermsOfService() 공개 메소드

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