Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AcceptChanges ( ) : void |
Accepts the changes made to this object by setting each flags to false.
|
|
CancelChanges ( ) : void |
Revert all changes and restore original values. Currently not supported.
|
|
Clone ( ) : object |
ICloneable.Clone() Member, returns the Deep Copy of this entity.
|
|
CompareTo ( object obj ) : int |
Compares this instance to a specified object and returns an indication of their relative values. An object to compare to this instance, or a null reference (Nothing in Visual Basic).
|
|
Copy ( ) : |
Returns a Typed VEmployeeDepartmentHistoryBase Entity
|
|
CreateVEmployeeDepartmentHistory ( System _employeeId, System _title, System _firstName, System _middleName, System _lastName, System _suffix, System _shift, System _department, System _groupName, System _startDate, System _endDate ) : |
A simple factory method to create a new VEmployeeDepartmentHistory instance.
|
|
Equals ( |
Returns a value indicating whether this instance is equal to a specified object.
|
|
Equals ( |
Determines whether the specified VEmployeeDepartmentHistoryBase instances are considered equal.
|
|
GetPropertyValueByName ( |
Gets the property value by name.
|
|
GetPropertyValueByName ( string propertyName ) : object |
Gets the property value by name.
|
|
MakeCopyOf ( object x ) : object |
Returns a deep copy of the child collection object passed in.
|
|
MarkToDelete ( ) : void |
Marks entity to be deleted.
|
|
ToString ( ) : string |
Returns a String that represents the current object.
|
|
VEmployeeDepartmentHistoryBase ( ) : System |
Creates a new VEmployeeDepartmentHistoryBase instance.
|
|
VEmployeeDepartmentHistoryBase ( System _employeeId, System _title, System _firstName, System _middleName, System _lastName, System _suffix, System _shift, System _department, System _groupName, System _startDate, System _endDate ) : System |
Creates a new VEmployeeDepartmentHistoryBase instance.
|
Méthode | Description | |
---|---|---|
OnPropertyChanged ( |
Called when a property is changed
|
|
OnPropertyChanged ( string propertyName ) : void |
Called when a property is changed
|
public Copy ( ) : |
||
Résultat |
public static CreateVEmployeeDepartmentHistory ( System _employeeId, System _title, System _firstName, System _middleName, System _lastName, System _suffix, System _shift, System _department, System _groupName, System _startDate, System _endDate ) : |
||
_employeeId | System | |
_title | System | |
_firstName | System | |
_middleName | System | |
_lastName | System | |
_suffix | System | |
_shift | System | |
_department | System | |
_groupName | System | |
_startDate | System | |
_endDate | System | |
Résultat |
public Equals ( |
||
toObject | An object to compare to this instance. | |
Résultat | bool |
public static Equals ( |
||
Object1 | The first |
|
Object2 | The second |
|
Résultat | bool |
public static GetPropertyValueByName ( |
||
entity | The entity. | |
propertyName | string | Name of the property. |
Résultat | object |
public GetPropertyValueByName ( string propertyName ) : object | ||
propertyName | string | Name of the property. |
Résultat | object |
public static MakeCopyOf ( object x ) : object | ||
x | object | |
Résultat | object |
protected OnPropertyChanged ( |
||
e | PropertyChangedEventArgs | |
Résultat | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the property that has changed. |
Résultat | void |
public VEmployeeDepartmentHistoryBase ( ) : System | ||
Résultat | System |
public VEmployeeDepartmentHistoryBase ( System _employeeId, System _title, System _firstName, System _middleName, System _lastName, System _suffix, System _shift, System _department, System _groupName, System _startDate, System _endDate ) : System | ||
_employeeId | System | |
_title | System | |
_firstName | System | |
_middleName | System | |
_lastName | System | |
_suffix | System | |
_shift | System | |
_department | System | |
_groupName | System | |
_startDate | System | |
_endDate | System | |
Résultat | System |