C# 클래스 Nettiers.AdventureWorks.Entities.VProductModelCatalogDescriptionBase

상속: System.IComparable, System.ICloneable, INotifyPropertyChanged
파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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 ( ) : VProductModelCatalogDescriptionBase

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 ) : VProductModelCatalogDescription

A simple factory method to create a new VProductModelCatalogDescription instance.

Equals ( VProductModelCatalogDescriptionBase toObject ) : bool

Returns a value indicating whether this instance is equal to a specified object.

Equals ( VProductModelCatalogDescriptionBase Object1, VProductModelCatalogDescriptionBase Object2 ) : bool

Determines whether the specified VProductModelCatalogDescriptionBase instances are considered equal.

GetPropertyValueByName ( VProductModelCatalogDescription entity, string propertyName ) : object

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.

보호된 메소드들

메소드 설명
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Called when a property is changed

OnPropertyChanged ( string propertyName ) : void

Called when a property is changed

메소드 상세

AcceptChanges() 공개 메소드

Accepts the changes made to this object by setting each flags to false.
public AcceptChanges ( ) : void
리턴 void

CancelChanges() 공개 메소드

Revert all changes and restore original values. Currently not supported.
This method is not currently supported and always throws this exception.
public CancelChanges ( ) : void
리턴 void

Clone() 공개 메소드

ICloneable.Clone() Member, returns the Deep Copy of this entity.
public Clone ( ) : object
리턴 object

CompareTo() 공개 메소드

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).
public CompareTo ( object obj ) : int
obj object
리턴 int

Copy() 공개 메소드

Returns a Typed VProductModelCatalogDescriptionBase Entity
public Copy ( ) : VProductModelCatalogDescriptionBase
리턴 VProductModelCatalogDescriptionBase

CreateVProductModelCatalogDescription() 공개 정적인 메소드

A simple factory method to create a new VProductModelCatalogDescription instance.
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 ) : VProductModelCatalogDescription
_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
리턴 VProductModelCatalogDescription

Equals() 공개 메소드

Returns a value indicating whether this instance is equal to a specified object.
public Equals ( VProductModelCatalogDescriptionBase toObject ) : bool
toObject VProductModelCatalogDescriptionBase An object to compare to this instance.
리턴 bool

Equals() 공개 정적인 메소드

Determines whether the specified VProductModelCatalogDescriptionBase instances are considered equal.
public static Equals ( VProductModelCatalogDescriptionBase Object1, VProductModelCatalogDescriptionBase Object2 ) : bool
Object1 VProductModelCatalogDescriptionBase The first to compare.
Object2 VProductModelCatalogDescriptionBase The second to compare.
리턴 bool

GetPropertyValueByName() 공개 정적인 메소드

Gets the property value by name.
public static GetPropertyValueByName ( VProductModelCatalogDescription entity, string propertyName ) : object
entity VProductModelCatalogDescription The entity.
propertyName string Name of the property.
리턴 object

GetPropertyValueByName() 공개 메소드

Gets the property value by name.
public GetPropertyValueByName ( string propertyName ) : object
propertyName string Name of the property.
리턴 object

MakeCopyOf() 공개 정적인 메소드

Returns a deep copy of the child collection object passed in.
public static MakeCopyOf ( object x ) : object
x object
리턴 object

MarkToDelete() 공개 메소드

Marks entity to be deleted.
public MarkToDelete ( ) : void
리턴 void

OnPropertyChanged() 보호된 메소드

Called when a property is changed
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs PropertyChangedEventArgs
리턴 void

OnPropertyChanged() 보호된 메소드

Called when a property is changed
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the property that has changed.
리턴 void

ToString() 공개 메소드

Returns a String that represents the current object.
public ToString ( ) : string
리턴 string

VProductModelCatalogDescriptionBase() 공개 메소드

Creates a new VProductModelCatalogDescriptionBase instance.
public VProductModelCatalogDescriptionBase ( ) : System
리턴 System

VProductModelCatalogDescriptionBase() 공개 메소드

Creates a new VProductModelCatalogDescriptionBase instance.
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
리턴 System