Search Results for

    Show / Hide Table of Contents

    Class ContactType

    Represents a ContactType

    Inheritance
    System.Object
    ContactType
    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.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class ContactType

    Constructors

    | Improve this Doc View Source

    ContactType()

    Initialize instance

    Declaration
    public ContactType()

    Properties

    | Improve this Doc View Source

    ContactTypeKeyId

    Gets or sets the property ContactTypeKeyId as int

    Declaration
    public int? ContactTypeKeyId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    DependentContactTypeKeyId

    Gets or sets the dependent contact type key

    Declaration
    public int? DependentContactTypeKeyId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    Id

    Gets or sets the property Id as Guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    PrimaryPhysicalAddressTypeId

    Gets or sets the default address type id

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

    TypeName

    Gets or sets the property TypeName as string

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