Search Results for

    Show / Hide Table of Contents

    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 Source

    ActicityType

    Gets or sets the activity type id.

    Declaration
    public int ActicityType { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    StartDateTime

    Gets or sets the start date time.

    Declaration
    public DateTime StartDateTime { get; set; }
    Property Value
    Type Description
    System.DateTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx