Class TelematicSystem
Represents a telematic system
Inheritance
System.Object
TelematicSystem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public class TelematicSystem
Properties
| Improve this Doc View SourceId
Gets or sets the system id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the system name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(Object)
Compares the id of two telematic objects. If the passed object is no TelematicSystem, false will be returned
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to compare with |
Returns
Type | Description |
---|---|
System.Boolean | True if the objects are equal |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Returns the hashcode of the TelematicSystem
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hashcode as interger |
Overrides
System.Object.GetHashCode()