Show / Hide Table of Contents

Class Context

Inheritance
System.Object
ModelEntity<TObject><Context>
Context
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.Context
Assembly:UM4RS.dll
Syntax
[Table("Context")]
[ExportableClass]
public class Context : ModelEntity<Context>, IDisposable, IBaseEntity

Constructors

Context()

Declaration
public Context()

Properties

Computing

Declaration
public virtual Computing Computing { get; set; }
Property Value
Type Description
Computing

Id

Declaration
[NonExportable]
public int Id { get; set; }
Property Value
Type Description
System.Int32
Implements
IBaseEntity.Id

PhysicalCondition

Declaration
public virtual PhysicalCondition PhysicalCondition { get; set; }
Property Value
Type Description
PhysicalCondition

PhysicalLocation

Declaration
[NonExportable]
public virtual PhysicalLocation PhysicalLocation { get; set; }
Property Value
Type Description
PhysicalLocation

Place

Declaration
public virtual Place Place { get; set; }
Property Value
Type Description
Place

Resource

Declaration
public virtual Resource Resource { get; set; }
Property Value
Type Description
Resource

SocialRelation

Declaration
public virtual ICollection<SocialRelation> SocialRelation { get; set; }
Property Value
Type Description
System.Collections.Generic.ICollection<T><SocialRelation>

Time

Declaration
public virtual Time Time { get; set; }
Property Value
Type Description
Time
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX