Class TmSoapUserTypeUserSettings
Inheritance
System.Object
TmSoapUserTypeUserSettings
Implements
System.ComponentModel.INotifyPropertyChanged
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()
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class TmSoapUserTypeUserSettings : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
AmendedBy
Declaration
public string AmendedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CSVSeparator
Declaration
public string CSVSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EndDate
Declaration
public string EndDate { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FleetID
Declaration
public long FleetID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
LastAmended
Declaration
public string LastAmended { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Login
Declaration
public string Login { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MobilePhone
Declaration
public string MobilePhone { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProfileId
Declaration
public long ProfileId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ProfileIdSpecified
Declaration
public bool ProfileIdSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UserGroup
Declaration
public string UserGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged