C# Class AcManager.Tools.About.PieceOfInformation

Inheritance: FirstFloor.ModernUI.Presentation.Displayable, IWithId
Mostrar archivo Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
MarkAsRead ( ) : void
PieceOfInformation ( string sid, string id, string displayName, string version, string content, bool limited, bool hidden ) : AcTools.Utils.Helpers

Method Details

MarkAsRead() public method

public MarkAsRead ( ) : void
return void

PieceOfInformation() public method

public PieceOfInformation ( string sid, string id, string displayName, string version, string content, bool limited, bool hidden ) : AcTools.Utils.Helpers
sid string
id string
displayName string
version string
content string
limited bool
hidden bool
return AcTools.Utils.Helpers