Search Results for

    Show / Hide Table of Contents

    Class ContactCategory

    Represents a ContactCategory

    Inheritance
    System.Object
    ContactCategory
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class ContactCategory : IContactAssignable

    Constructors

    | Improve this Doc View Source

    ContactCategory()

    Initializes a new ContactCategory

    Declaration
    public ContactCategory()

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the contact id ONLY FOR API_REASON

    Declaration
    public long? ContactId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Id

    Gets or sets the Id (not the primary key) as Guid

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

    IsSelectable

    Gets or sets the Flag, whether it is selectable or not

    Declaration
    public bool IsSelectable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Name

    Gets or sets the name of the ContactCategory

    Declaration
    public string Name { 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