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

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

공개 메소드들

메소드 설명
Build ( ) : Contact

The build.

EmailAddress ( string emailAddress ) : ContactBuilder

The email address.

Name ( string name ) : ContactBuilder

The name.

Url ( string url ) : ContactBuilder

The url.

메소드 상세

Build() 공개 메소드

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

EmailAddress() 공개 메소드

The email address.
public EmailAddress ( string emailAddress ) : ContactBuilder
emailAddress string /// The email address. ///
리턴 ContactBuilder

Name() 공개 메소드

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

Url() 공개 메소드

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