C# 클래스 Gtd.Client.Models.ImmutableStuff

파일 보기 프로젝트 열기: beingtheworst/btw-gtd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Description string
Order uint
StuffId StuffId
UIKey string

공개 메소드들

메소드 설명
ImmutableStuff ( StuffId stuffId, string descriptionOfStuff, string uiKey, uint order ) : System
WithDescription ( string descriptionOfStuff ) : ImmutableStuff

메소드 상세

ImmutableStuff() 공개 메소드

public ImmutableStuff ( StuffId stuffId, string descriptionOfStuff, string uiKey, uint order ) : System
stuffId StuffId
descriptionOfStuff string
uiKey string
order uint
리턴 System

WithDescription() 공개 메소드

public WithDescription ( string descriptionOfStuff ) : ImmutableStuff
descriptionOfStuff string
리턴 ImmutableStuff

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string

Order 공개적으로 프로퍼티

public uint Order
리턴 uint

StuffId 공개적으로 프로퍼티

public StuffId StuffId
리턴 StuffId

UIKey 공개적으로 프로퍼티

public string UIKey
리턴 string