Class LastEmploymentActivity
Model to represent the last activity of an employment.
Inheritance
System.Object
LastEmploymentActivity
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class LastEmploymentActivity
Properties
| Improve this Doc View SourceActicityType
Gets or sets the activity type id.
Declaration
public int ActicityType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmploymentId
Gets or sets the employment id which is the primary key of the object.
Declaration
public Guid EmploymentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDateTime
Gets or sets the start date time.
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |