C# Class Nettiers.AdventureWorks.Entities.VAdditionalContactInfoBase

Inheritance: System.IComparable, System.ICloneable, INotifyPropertyChanged
Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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 ( ) : VAdditionalContactInfoBase

Returns a Typed VAdditionalContactInfoBase Entity

CreateVAdditionalContactInfo ( System _contactId, System _firstName, System _middleName, System _lastName, System _telephoneNumber, System _telephoneSpecialInstructions, System _street, System _city, System _stateProvince, System _postalCode, System _countryRegion, System _homeAddressSpecialInstructions, System _emailAddress, System _emailSpecialInstructions, System _emailTelephoneNumber, System _rowguid, System _modifiedDate ) : VAdditionalContactInfo

A simple factory method to create a new VAdditionalContactInfo instance.

Equals ( VAdditionalContactInfoBase toObject ) : bool

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

Equals ( VAdditionalContactInfoBase Object1, VAdditionalContactInfoBase Object2 ) : bool

Determines whether the specified VAdditionalContactInfoBase instances are considered equal.

GetPropertyValueByName ( VAdditionalContactInfo 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.

VAdditionalContactInfoBase ( ) : System

Creates a new VAdditionalContactInfoBase instance.

VAdditionalContactInfoBase ( System _contactId, System _firstName, System _middleName, System _lastName, System _telephoneNumber, System _telephoneSpecialInstructions, System _street, System _city, System _stateProvince, System _postalCode, System _countryRegion, System _homeAddressSpecialInstructions, System _emailAddress, System _emailSpecialInstructions, System _emailTelephoneNumber, System _rowguid, System _modifiedDate ) : System

Creates a new VAdditionalContactInfoBase instance.

Méthodes protégées

Méthode Description
OnPropertyChanged ( PropertyChangedEventArgs e ) : void

Called when a property is changed

OnPropertyChanged ( string propertyName ) : void

Called when a property is changed

Method Details

AcceptChanges() public méthode

Accepts the changes made to this object by setting each flags to false.
public AcceptChanges ( ) : void
Résultat void

CancelChanges() public méthode

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

Clone() public méthode

ICloneable.Clone() Member, returns the Deep Copy of this entity.
public Clone ( ) : object
Résultat object

CompareTo() public méthode

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
Résultat int

Copy() public méthode

Returns a Typed VAdditionalContactInfoBase Entity
public Copy ( ) : VAdditionalContactInfoBase
Résultat VAdditionalContactInfoBase

CreateVAdditionalContactInfo() public static méthode

A simple factory method to create a new VAdditionalContactInfo instance.
public static CreateVAdditionalContactInfo ( System _contactId, System _firstName, System _middleName, System _lastName, System _telephoneNumber, System _telephoneSpecialInstructions, System _street, System _city, System _stateProvince, System _postalCode, System _countryRegion, System _homeAddressSpecialInstructions, System _emailAddress, System _emailSpecialInstructions, System _emailTelephoneNumber, System _rowguid, System _modifiedDate ) : VAdditionalContactInfo
_contactId System
_firstName System
_middleName System
_lastName System
_telephoneNumber System
_telephoneSpecialInstructions System
_street System
_city System
_stateProvince System
_postalCode System
_countryRegion System
_homeAddressSpecialInstructions System
_emailAddress System
_emailSpecialInstructions System
_emailTelephoneNumber System
_rowguid System
_modifiedDate System
Résultat VAdditionalContactInfo

Equals() public méthode

Returns a value indicating whether this instance is equal to a specified object.
public Equals ( VAdditionalContactInfoBase toObject ) : bool
toObject VAdditionalContactInfoBase An object to compare to this instance.
Résultat bool

Equals() public static méthode

Determines whether the specified VAdditionalContactInfoBase instances are considered equal.
public static Equals ( VAdditionalContactInfoBase Object1, VAdditionalContactInfoBase Object2 ) : bool
Object1 VAdditionalContactInfoBase The first to compare.
Object2 VAdditionalContactInfoBase The second to compare.
Résultat bool

GetPropertyValueByName() public static méthode

Gets the property value by name.
public static GetPropertyValueByName ( VAdditionalContactInfo entity, string propertyName ) : object
entity VAdditionalContactInfo The entity.
propertyName string Name of the property.
Résultat object

GetPropertyValueByName() public méthode

Gets the property value by name.
public GetPropertyValueByName ( string propertyName ) : object
propertyName string Name of the property.
Résultat object

MakeCopyOf() public static méthode

Returns a deep copy of the child collection object passed in.
public static MakeCopyOf ( object x ) : object
x object
Résultat object

MarkToDelete() public méthode

Marks entity to be deleted.
public MarkToDelete ( ) : void
Résultat void

OnPropertyChanged() protected méthode

Called when a property is changed
protected OnPropertyChanged ( PropertyChangedEventArgs e ) : void
e System.ComponentModel.PropertyChangedEventArgs PropertyChangedEventArgs
Résultat void

OnPropertyChanged() protected méthode

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

ToString() public méthode

Returns a String that represents the current object.
public ToString ( ) : string
Résultat string

VAdditionalContactInfoBase() public méthode

Creates a new VAdditionalContactInfoBase instance.
public VAdditionalContactInfoBase ( ) : System
Résultat System

VAdditionalContactInfoBase() public méthode

Creates a new VAdditionalContactInfoBase instance.
public VAdditionalContactInfoBase ( System _contactId, System _firstName, System _middleName, System _lastName, System _telephoneNumber, System _telephoneSpecialInstructions, System _street, System _city, System _stateProvince, System _postalCode, System _countryRegion, System _homeAddressSpecialInstructions, System _emailAddress, System _emailSpecialInstructions, System _emailTelephoneNumber, System _rowguid, System _modifiedDate ) : System
_contactId System
_firstName System
_middleName System
_lastName System
_telephoneNumber System
_telephoneSpecialInstructions System
_street System
_city System
_stateProvince System
_postalCode System
_countryRegion System
_homeAddressSpecialInstructions System
_emailAddress System
_emailSpecialInstructions System
_emailTelephoneNumber System
_rowguid System
_modifiedDate System
Résultat System