Nettiers.AdventureWorks.Entities.VSalesPersonBase.VSalesPersonBase C# (CSharp) Method

VSalesPersonBase() public method

Creates a new VSalesPersonBase instance.
public VSalesPersonBase ( System _salesPersonId, System _title, System _firstName, System _middleName, System _lastName, System _suffix, System _jobTitle, System _phone, System _emailAddress, System _emailPromotion, System _addressLine1, System _addressLine2, System _city, System _stateProvinceName, System _postalCode, System _countryRegionName, System _territoryName, System _territoryGroup, System _salesQuota, System _salesYtd, System _salesLastYear ) : System
_salesPersonId System
_title System
_firstName System
_middleName System
_lastName System
_suffix System
_jobTitle System
_phone System
_emailAddress System
_emailPromotion System
_addressLine1 System
_addressLine2 System
_city System
_stateProvinceName System
_postalCode System
_countryRegionName System
_territoryName System
_territoryGroup System
_salesQuota System
_salesYtd System
_salesLastYear System
return System
		public VSalesPersonBase(System.Int32 _salesPersonId, System.String _title, System.String _firstName, System.String _middleName, System.String _lastName, System.String _suffix, System.String _jobTitle, System.String _phone, System.String _emailAddress, System.Int32 _emailPromotion, System.String _addressLine1, System.String _addressLine2, System.String _city, System.String _stateProvinceName, System.String _postalCode, System.String _countryRegionName, System.String _territoryName, System.String _territoryGroup, System.Decimal? _salesQuota, System.Decimal _salesYtd, System.Decimal _salesLastYear)
		{
			this._salesPersonId = _salesPersonId;
			this._title = _title;
			this._firstName = _firstName;
			this._middleName = _middleName;
			this._lastName = _lastName;
			this._suffix = _suffix;
			this._jobTitle = _jobTitle;
			this._phone = _phone;
			this._emailAddress = _emailAddress;
			this._emailPromotion = _emailPromotion;
			this._addressLine1 = _addressLine1;
			this._addressLine2 = _addressLine2;
			this._city = _city;
			this._stateProvinceName = _stateProvinceName;
			this._postalCode = _postalCode;
			this._countryRegionName = _countryRegionName;
			this._territoryName = _territoryName;
			this._territoryGroup = _territoryGroup;
			this._salesQuota = _salesQuota;
			this._salesYtd = _salesYtd;
			this._salesLastYear = _salesLastYear;
		}
		

Same methods

VSalesPersonBase::VSalesPersonBase ( ) : System