C# Class ScrewTurn.Wiki.SubjectInfo

Describes the subject of an ACL entry.
显示文件 Open project: mono/ScrewTurnWiki Class Usage Examples

Public Methods

Method Description
SubjectInfo ( string name, SubjectType type ) : System

Initializes a new instance of the T:SubjectInfo class.

Method Details

SubjectInfo() public method

Initializes a new instance of the T:SubjectInfo class.
public SubjectInfo ( string name, SubjectType type ) : System
name string The name.
type SubjectType The type.
return System