C# Class Gtd.Client.Models.ImmutableStuff

Exibir arquivo 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_oe property

public string Description
return string

Order public_oe property

public uint Order
return uint

StuffId public_oe property

public StuffId StuffId
return StuffId

UIKey public_oe property

public string UIKey
return string