Class FieldDef
Inheritance
System.Object
FieldDef
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 FieldDef : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
Behavior
Declaration
public Behavior Behavior { get; set; }
Property Value
|
Improve this Doc
View Source
CopyFrom
Declaration
public string CopyFrom { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FieldDefID
Declaration
public string FieldDefID { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public FormLayout FormLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Searchable
Declaration
public string Searchable { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SemanticsDef
Declaration
public SemanticsDefSemantics[] SemanticsDef { get; set; }
Property Value
|
Improve this Doc
View Source
SuppressInVehicle
Declaration
public string SuppressInVehicle { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VhcLayout
Declaration
public VhcLayout VhcLayout { get; set; }
Property Value
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