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

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

공개 메소드들

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

메소드 상세

Build() 공개 메소드

The build.
public Build ( ) : License
리턴 License

LicenseBuilder() 공개 메소드

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() 공개 메소드

The name.
public Name ( string name ) : LicenseBuilder
name string /// The name. ///
리턴 LicenseBuilder

Url() 공개 메소드

The url.
public Url ( string url ) : LicenseBuilder
url string /// The url. ///
리턴 LicenseBuilder