Class Network
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("Network")]
public class Network : ModelEntity<Network>, IDisposable, IBaseEntity
Properties
Bandwidth
Declaration
public string Bandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
NetworkType
Declaration
public NetworkType NetworkType { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkType |