C# Class Gtd.Client.Models.ImmutableProject

显示文件 Open project: beingtheworst/btw-gtd Class Usage Examples

Public Properties

Property Type Description
Actions ReadOnlyCollection
Info ImmutableProjectInfo

Public Methods

Method Description
ImmutableProject ( ImmutableProjectInfo info, ReadOnlyCollection actions ) : System

Method Details

ImmutableProject() public method

public ImmutableProject ( ImmutableProjectInfo info, ReadOnlyCollection actions ) : System
info ImmutableProjectInfo
actions ReadOnlyCollection
return System

Property Details

Actions public_oe property

public ReadOnlyCollection Actions
return ReadOnlyCollection

Info public_oe property

public ImmutableProjectInfo,Gtd.Client.Models Info
return ImmutableProjectInfo