Class Context
Inheritance
System.Object
Context
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.Context
Assembly:UM4RS.dll
Syntax
[Table("Context")]
[ExportableClass]
public class Context : ModelEntity<Context>, IDisposable, IBaseEntity
Constructors
Context()
Declaration
Properties
Computing
Declaration
public virtual Computing Computing { get; set; }
Property Value
Id
Declaration
[NonExportable]
public int Id { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
PhysicalCondition
Declaration
public virtual PhysicalCondition PhysicalCondition { get; set; }
Property Value
PhysicalLocation
Declaration
[NonExportable]
public virtual PhysicalLocation PhysicalLocation { get; set; }
Property Value
Place
Declaration
public virtual Place Place { get; set; }
Property Value
Resource
Declaration
public virtual Resource Resource { get; set; }
Property Value
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