Class StoredProcedureExitCodeResult
Inheritance
StoredProcedureExitCodeResult
Assembly: LemonEdge.API.Entities.Auto.dll
Syntax
[DataContract]
public class StoredProcedureExitCodeResult : IStoredProcedureExitCodeResult, INotifyPropertyChanging, INotifyPropertyChanged
Constructors
StoredProcedureExitCodeResult()
Declaration
public StoredProcedureExitCodeResult()
Properties
ExitCode
The exit code of running the stored procedcure
Declaration
[Key]
public int ExitCode { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
protected void OnPropertyChanged(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
OnPropertyChanging(string)
Declaration
protected void OnPropertyChanging(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
PropertyChanging
Declaration
public event PropertyChangingEventHandler PropertyChanging
Event Type
Implements
Extension Methods