Class Hardware
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.Computing
Assembly:UM4RS.dll
Syntax
[Table("Hardware")]
public class Hardware : ModelEntity<Hardware>, IDisposable, IBaseEntity
Properties
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
Model
Declaration
public string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Vendor
Declaration
public string Vendor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |