프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 VSalesPersonSalesByFiscalYearsBase Entity
|
|
CreateVSalesPersonSalesByFiscalYears ( System _salesPersonId, System _fullName, System _title, System _salesTerritory, System _safeName2002, System _safeName2003, System _safeName2004 ) : |
A simple factory method to create a new VSalesPersonSalesByFiscalYears instance.
|
|
Equals ( |
Returns a value indicating whether this instance is equal to a specified object.
|
|
Equals ( |
Determines whether the specified VSalesPersonSalesByFiscalYearsBase 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.
|
|
VSalesPersonSalesByFiscalYearsBase ( ) : System |
Creates a new VSalesPersonSalesByFiscalYearsBase instance.
|
|
VSalesPersonSalesByFiscalYearsBase ( System _salesPersonId, System _fullName, System _title, System _salesTerritory, System _safeName2002, System _safeName2003, System _safeName2004 ) : System |
Creates a new VSalesPersonSalesByFiscalYearsBase instance.
|
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( |
Called when a property is changed
|
|
OnPropertyChanged ( string propertyName ) : void |
Called when a property is changed
|
public Copy ( ) : |
||
리턴 |
public static CreateVSalesPersonSalesByFiscalYears ( System _salesPersonId, System _fullName, System _title, System _salesTerritory, System _safeName2002, System _safeName2003, System _safeName2004 ) : |
||
_salesPersonId | System | |
_fullName | System | |
_title | System | |
_salesTerritory | System | |
_safeName2002 | System | |
_safeName2003 | System | |
_safeName2004 | System | |
리턴 |
public Equals ( |
||
toObject | An object to compare to this instance. | |
리턴 | bool |
public static Equals ( |
||
Object1 | The first |
|
Object2 | The second |
|
리턴 | bool |
public static GetPropertyValueByName ( |
||
entity | The entity. | |
propertyName | string | Name of the property. |
리턴 | object |
public GetPropertyValueByName ( string propertyName ) : object | ||
propertyName | string | Name of the property. |
리턴 | object |
protected OnPropertyChanged ( |
||
e | PropertyChangedEventArgs | |
리턴 | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the property that has changed. |
리턴 | void |
public VSalesPersonSalesByFiscalYearsBase ( ) : System | ||
리턴 | System |
public VSalesPersonSalesByFiscalYearsBase ( System _salesPersonId, System _fullName, System _title, System _salesTerritory, System _safeName2002, System _safeName2003, System _safeName2004 ) : System | ||
_salesPersonId | System | |
_fullName | System | |
_title | System | |
_salesTerritory | System | |
_safeName2002 | System | |
_safeName2003 | System | |
_safeName2004 | System | |
리턴 | System |