Show / Hide Table of Contents

Class Contact

Inheritance
System.Object
ModelEntity<TObject><Contact>
Contact
Inherited Members
ModelEntity<TObject>.Get(Int32)
ModelEntity<TObject>.Get(Expression<Func<TObject, Boolean>>, Expression<Func<TObject, Object>>[])
ModelEntity<TObject>.GetAsync(Int32)
ModelEntity<TObject>.GetAll()
ModelEntity<TObject>.GetAllAsync()
ModelEntity<TObject>.Find(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAsync(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAll(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.FindAllAsync(Expression<Func<TObject, Boolean>>)
ModelEntity<TObject>.Save(TObject)
ModelEntity<TObject>.SaveAsync(TObject)
ModelEntity<TObject>.SavedAll(IEnumerable<TObject>)
ModelEntity<TObject>.SaveAllAsync(IEnumerable<TObject>)
ModelEntity<TObject>.Delete(TObject)
ModelEntity<TObject>.DeleteAsync(TObject)
ModelEntity<TObject>.Count()
ModelEntity<TObject>.CountAsync()
ModelEntity<TObject>.Save()
ModelEntity<TObject>.Dispose()
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

Email

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
IBaseEntity.Id

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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX