Application Class
Namespace: PTS.Modules.Devices.Domain
Assembly: PTS.Modules.Devices.dll
Syntax
public class Application : IOwnedRecord, IApplicationData
Inheritance
System.Object
Application
Properties
DeviceApps
Declaration
public virtual ICollection<DeviceApp> DeviceApps { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DeviceApp> |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Platform
Declaration
public PlatformType Platform { get; set; }
Property Value
Type | Description |
---|---|
PlatformType |
RegisteredOn
Declaration
public DateTime RegisteredOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Version
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()