Property | Type | Description |
---|
Method | 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 VProductModelCatalogDescriptionBase Entity
|
|
CreateVProductModelCatalogDescription ( System _productModelId, System _name, System _summary, System _manufacturer, System _copyright, System _productUrl, System _warrantyPeriod, System _warrantyDescription, System _noOfYears, System _maintenanceDescription, System _wheel, System _saddle, System _pedal, System _bikeFrame, System _crankset, System _pictureAngle, System _pictureSize, System _productPhotoId, System _material, System _color, System _productLine, System _style, System _riderExperience, System _rowguid, System _modifiedDate ) : |
A simple factory method to create a new VProductModelCatalogDescription instance.
|
|
Equals ( |
Returns a value indicating whether this instance is equal to a specified object.
|
|
Equals ( |
Determines whether the specified VProductModelCatalogDescriptionBase 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.
|
|
VProductModelCatalogDescriptionBase ( ) : System |
Creates a new VProductModelCatalogDescriptionBase instance.
|
|
VProductModelCatalogDescriptionBase ( System _productModelId, System _name, System _summary, System _manufacturer, System _copyright, System _productUrl, System _warrantyPeriod, System _warrantyDescription, System _noOfYears, System _maintenanceDescription, System _wheel, System _saddle, System _pedal, System _bikeFrame, System _crankset, System _pictureAngle, System _pictureSize, System _productPhotoId, System _material, System _color, System _productLine, System _style, System _riderExperience, System _rowguid, System _modifiedDate ) : System |
Creates a new VProductModelCatalogDescriptionBase instance.
|
Method | Description | |
---|---|---|
OnPropertyChanged ( |
Called when a property is changed
|
|
OnPropertyChanged ( string propertyName ) : void |
Called when a property is changed
|
public Copy ( ) : |
||
return |
public static CreateVProductModelCatalogDescription ( System _productModelId, System _name, System _summary, System _manufacturer, System _copyright, System _productUrl, System _warrantyPeriod, System _warrantyDescription, System _noOfYears, System _maintenanceDescription, System _wheel, System _saddle, System _pedal, System _bikeFrame, System _crankset, System _pictureAngle, System _pictureSize, System _productPhotoId, System _material, System _color, System _productLine, System _style, System _riderExperience, System _rowguid, System _modifiedDate ) : |
||
_productModelId | System | |
_name | System | |
_summary | System | |
_manufacturer | System | |
_copyright | System | |
_productUrl | System | |
_warrantyPeriod | System | |
_warrantyDescription | System | |
_noOfYears | System | |
_maintenanceDescription | System | |
_wheel | System | |
_saddle | System | |
_pedal | System | |
_bikeFrame | System | |
_crankset | System | |
_pictureAngle | System | |
_pictureSize | System | |
_productPhotoId | System | |
_material | System | |
_color | System | |
_productLine | System | |
_style | System | |
_riderExperience | System | |
_rowguid | System | |
_modifiedDate | System | |
return |
public Equals ( |
||
toObject | An object to compare to this instance. | |
return | bool |
public static Equals ( |
||
Object1 | The first |
|
Object2 | The second |
|
return | bool |
public static GetPropertyValueByName ( |
||
entity | The entity. | |
propertyName | string | Name of the property. |
return | object |
public GetPropertyValueByName ( string propertyName ) : object | ||
propertyName | string | Name of the property. |
return | object |
public static MakeCopyOf ( object x ) : object | ||
x | object | |
return | object |
protected OnPropertyChanged ( |
||
e | PropertyChangedEventArgs | |
return | void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The name of the property that has changed. |
return | void |
public VProductModelCatalogDescriptionBase ( ) : System | ||
return | System |
public VProductModelCatalogDescriptionBase ( System _productModelId, System _name, System _summary, System _manufacturer, System _copyright, System _productUrl, System _warrantyPeriod, System _warrantyDescription, System _noOfYears, System _maintenanceDescription, System _wheel, System _saddle, System _pedal, System _bikeFrame, System _crankset, System _pictureAngle, System _pictureSize, System _productPhotoId, System _material, System _color, System _productLine, System _style, System _riderExperience, System _rowguid, System _modifiedDate ) : System | ||
_productModelId | System | |
_name | System | |
_summary | System | |
_manufacturer | System | |
_copyright | System | |
_productUrl | System | |
_warrantyPeriod | System | |
_warrantyDescription | System | |
_noOfYears | System | |
_maintenanceDescription | System | |
_wheel | System | |
_saddle | System | |
_pedal | System | |
_bikeFrame | System | |
_crankset | System | |
_pictureAngle | System | |
_pictureSize | System | |
_productPhotoId | System | |
_material | System | |
_color | System | |
_productLine | System | |
_style | System | |
_riderExperience | System | |
_rowguid | System | |
_modifiedDate | System | |
return | System |