C# 클래스 TypeScriptAngularWebApiAppHalSwagger.Models.SalutationModel

This represents the entity for salutation.
상속: WebApi.Hal.Representation
파일 보기 프로젝트 열기: devkimchi/TypeScript-WebApi-Sample

공개 메소드들

메소드 설명
SalutationModel ( ) : WebApi.Hal

Initialises a new instance of the SalutationModel class.

SalutationModel ( string text, string value ) : WebApi.Hal

Initialises a new instance of the SalutationModel class.

메소드 상세

SalutationModel() 공개 메소드

Initialises a new instance of the SalutationModel class.
public SalutationModel ( ) : WebApi.Hal
리턴 WebApi.Hal

SalutationModel() 공개 메소드

Initialises a new instance of the SalutationModel class.
public SalutationModel ( string text, string value ) : WebApi.Hal
text string /// Salutation text. ///
value string /// Salutation value. ///
리턴 WebApi.Hal