Class Contact
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:UM4RS.User.Contact
Assembly:UM4RS.dll
Syntax
[Table("Contact")]
public class Contact : ModelEntity<Contact>, IDisposable, IBaseEntity
Properties
Address
Declaration
public Address Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Address |
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FirstName
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
[NonExportable]
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
LastName
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MiddleName
Declaration
public string MiddleName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |