C# Class Gtd.Client.Models.ImmutableStuff

Show file Open project: beingtheworst/btw-gtd Class Usage Examples

Public Properties

Property Type Description
Description string
Order uint
StuffId StuffId
UIKey string

Public Methods

Method Description
ImmutableStuff ( StuffId stuffId, string descriptionOfStuff, string uiKey, uint order ) : System
WithDescription ( string descriptionOfStuff ) : ImmutableStuff

Method Details

ImmutableStuff() public method

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

WithDescription() public method

public WithDescription ( string descriptionOfStuff ) : ImmutableStuff
descriptionOfStuff string
return ImmutableStuff

Property Details

Description public property

public string Description
return string

Order public property

public uint Order
return uint

StuffId public property

public StuffId StuffId
return StuffId

UIKey public property

public string UIKey
return string