Class DurationTypeViewModel
Inheritance
System.Object
DurationTypeViewModel
Implements
System.ComponentModel.INotifyPropertyChanged
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()
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class DurationTypeViewModel : INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
DurationTypeViewModel()
Declaration
public DurationTypeViewModel()
|
Improve this Doc
View Source
DurationTypeViewModel(Duration.DurationType)
Declaration
public DurationTypeViewModel(Duration.DurationType durationType)
Parameters
Properties
|
Improve this Doc
View Source
DurationTypeID
Declaration
public byte DurationTypeID { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
DurationTypeName
Declaration
public string DurationTypeName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Equals(Duration.DurationType)
Declaration
public bool Equals(Duration.DurationType dur)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(DurationTypeViewModel)
Declaration
public bool Equals(DurationTypeViewModel obj)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Operators
|
Improve this Doc
View Source
Equality(DurationTypeViewModel, DurationTypeViewModel)
Declaration
public static bool operator ==(DurationTypeViewModel m1, DurationTypeViewModel m2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Implicit(Duration.DurationType to DurationTypeViewModel)
Declaration
public static implicit operator DurationTypeViewModel(Duration.DurationType durationType)
Parameters
Returns
|
Improve this Doc
View Source
Implicit(DurationTypeViewModel to Duration.DurationType)
Declaration
public static implicit operator Duration.DurationType(DurationTypeViewModel viewModel)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(DurationTypeViewModel, DurationTypeViewModel)
Declaration
public static bool operator !=(DurationTypeViewModel m1, DurationTypeViewModel m2)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.ComponentModel.INotifyPropertyChanged