Click or drag to resize

VehicleCheckCrewMemberPartialEntity Class

A crew member associated with a vehicle check.
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.VehicleVehicleCheckCrewMemberPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class VehicleCheckCrewMemberPartialEntity : IntegrationEntity

The VehicleCheckCrewMemberPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodVehicleCheckCrewMemberPartialEntity
Initializes a new instance of the VehicleCheckCrewMemberPartialEntity class.
Public methodVehicleCheckCrewMemberPartialEntity(Object)
Initializes a new instance of the VehicleCheckCrewMemberPartialEntity class.
Top
Properties
  NameDescription
Public propertyForename
Gets or sets the forename.
Public propertySurname
Gets or sets the surname.
Public propertySysUserGuid
Gets or sets the system user unique identifier.
Public propertySysUserId
Gets or sets the system user identifier.
Public propertySysUserName
Gets or sets the name of the system user.
Public propertyVehicleCheckCrewMemberGuid
Gets or sets the vehicle check crew member unique identifier.
Public propertyVehicleCheckCrewMemberId
Gets or sets the vehicle check crew member identifier.
Public propertyVehicleCheckId
Gets or sets the vehicle check identifier.
Top
See Also