Class Demographic
Inheritance
System.Object
Demographic
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.Demographics
Assembly:UM4RS.dll
Syntax
[Table("Demographic")]
public class Demographic : ModelEntity<Demographic>, IDisposable, IBaseEntity
Constructors
Demographic()
Declaration
Properties
Age
Declaration
[Exportable(Order = 2, GlobalOrder = 1, Name = "Age")]
public int Age { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Birthday
Declaration
[NonExportable]
public DateTime? Birthday { get; set; }
Property Value
| Type |
Description |
| System.Nullable<T><System.DateTime> |
|
Employment
Declaration
[NonExportable]
public string Employment { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Gender
Declaration
[Exportable(Order = 1, GlobalOrder = 1, Name = "sex")]
public Gender? Gender { get; set; }
Property Value
| Type |
Description |
| System.Nullable<T><Gender> |
|
Id
Declaration
[NonExportable]
public int Id { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
RelationshipStatus
Declaration
[NonExportable]
public RelationshipStatus? RelationshipStatus { get; set; }
Property Value
Salary
Declaration
[NonExportable]
public double ? Salary { get; set; }
Property Value
| Type |
Description |
| System.Nullable<T><System.Double> |
|
SpokenLanguages
Declaration
[NonExportable]
public List<SpokenLanguage> SpokenLanguages { get; set; }
Property Value
Wealth
Declaration
[NonExportable]
public double ? Wealth { get; set; }
Property Value
| Type |
Description |
| System.Nullable<T><System.Double> |
|