Class StructureElementType
Inheritance
System.Object
StructureElementType
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 StructureElementType : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
ChildElements
Declaration
public StructureElementType[] ChildElements { get; set; }
Property Value
|
Improve this Doc
View Source
FinishStrategy
Declaration
public short FinishStrategy { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
FinishStrategySpecified
Declaration
public bool FinishStrategySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IdSpecified
Declaration
public bool IdSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDpHidden
Declaration
public bool IsDpHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDpHiddenSpecified
Declaration
public bool IsDpHiddenSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ObjectTypeId
Declaration
public long ObjectTypeId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Declaration
public short PopupStrategy { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Declaration
public bool PopupStrategySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Priority
Declaration
public short Priority { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
PrioritySpecified
Declaration
public bool PrioritySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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