Search Results for

    Show / Hide Table of Contents

    Class ContactZone

    Contact zone

    Inheritance
    System.Object
    ContactZone
    Implements
    IContactAssignable
    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.Contact
    Assembly: Simplic.Contact.dll
    Syntax
    public class ContactZone : IContactAssignable

    Properties

    | Improve this Doc View Source

    ContactGuid

    Gets or sets the contact guid, to which the zone belongs (supplier, ...)

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

    ContactId

    Gets or sets an assigned contact id

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

    Guid

    Gets or sets the guid

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

    IsDeleted

    Get or sets whether the zone is deleted

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

    Name

    Gets or sets the name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Number

    Gets or sets the number

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    IContactAssignable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx