The BugReport type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BugReport | Initializes a new instance of the BugReport class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateBugReport |
Créez un nouvel objet BugReport.
|
![]() | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | GetValidValue T | Returns a complex type for the specified property. (Inherited from StructuralObject.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | OnPropertyChanged | Raises the PropertyChanged event. (Inherited from StructuralObject.) |
![]() | OnPropertyChanging | Raises the PropertyChanging event. (Inherited from StructuralObject.) |
![]() | ReportPropertyChanged | Notifies the change tracker that a property has changed. (Inherited from EntityObject.) |
![]() | ReportPropertyChanging | Notifies the change tracker that a property change is pending. (Inherited from EntityObject.) |
![]() | SetValidValue T | Sets a complex type for the specified property. (Inherited from StructuralObject.) |
![]() | ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BugID |
Il n'existe aucun commentaire pour la propriété BugID dans le schéma.
|
![]() | EntityKey | Gets or sets the key for this object. (Inherited from EntityObject.) |
![]() | EntityState | Gets the entity state of the object. (Inherited from EntityObject.) |
![]() | IsReported |
Il n'existe aucun commentaire pour la propriété IsReported dans le schéma.
|
![]() | MD5 |
Il n'existe aucun commentaire pour la propriété MD5 dans le schéma.
|
![]() | Message |
Il n'existe aucun commentaire pour la propriété Message dans le schéma.
|
![]() | Occurences |
Il n'existe aucun commentaire pour la propriété Occurences dans le schéma.
|
![]() | VersionNumber |
Il n'existe aucun commentaire pour la propriété VersionNumber dans le schéma.
|
Events
Name | Description | |
---|---|---|
![]() | PropertyChanged | Occurs when a property value has changed. (Inherited from StructuralObject.) |
![]() | PropertyChanging | Occurs when a property value change is a pending. (Inherited from StructuralObject.) |
See Also