C# Class NoBodyToBuild.SampleB2.TeamMember

显示文件 Open project: yreynhout/NoBodyToBuild Class Usage Examples

Private Properties

Property Type Description
GuardAppointmentAsChairman void
IsMemberSinceAtLeastTwoYears bool
IsPartOf bool

Public Methods

Method Description
TeamMember ( TeamId teamId, TeamMemberId teamMemberId, System.DateTime joinDate ) : System

Private Methods

Method Description
GuardAppointmentAsChairman ( TeamId teamId ) : void
IsMemberSinceAtLeastTwoYears ( ) : bool
IsPartOf ( TeamId teamId ) : bool

Method Details

TeamMember() public method

public TeamMember ( TeamId teamId, TeamMemberId teamMemberId, System.DateTime joinDate ) : System
teamId TeamId
teamMemberId TeamMemberId
joinDate System.DateTime
return System