Class CustomerExternal
Inheritance
System.Object
CustomerExternal
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: Simplic.Telematic.Spedion.DriveAndRestTimesWs
Assembly: Simplic.Telematic.Spedion.dll
Syntax
[Serializable]
public class CustomerExternal
Properties
| Improve this Doc View SourceId
Declaration
public int? Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |