Class ContactZone
Contact zone
Inheritance
System.Object
ContactZone
Implements
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 SourceContactGuid
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> |
ContactId
Gets or sets an assigned contact id
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Get or sets whether the zone is deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |