Method | Description | |
---|---|---|
WithMixedValueParameters ( ) : System | ||
WithMixedValueParameters ( string firstName, string lastName ) : System | ||
WithMixedValueParameters ( string firstName, string lastName, System.DateTime dob, bool isActive, System.Guid id ) : System |
public WithMixedValueParameters ( string firstName, string lastName ) : System | ||
firstName | string | |
lastName | string | |
return | System |
public WithMixedValueParameters ( string firstName, string lastName, System.DateTime dob, bool isActive, System.Guid id ) : System | ||
firstName | string | |
lastName | string | |
dob | System.DateTime | |
isActive | bool | |
id | System.Guid | |
return | System |