C# Class NoBodyToBuild.SampleB1.TeamMember

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

Private Properties

Property Type Description
IsMemberSinceAtLeastTwoYears bool
IsPartOf bool

Public Methods

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

Private Methods

Method Description
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