Click or drag to resize

BcfFaultId Methods

The BcfFaultId type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares this instance to a value and returns an indication of their relative values.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(BcfFaultId)
Determines whether the specified value is equal to this instance.
Public methodGetFault
Resolves the BcfFault representing this instance in specified dataSet.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetOwningRow
Resolves the OwningRow of the BcfFault representing this instance in specified dataSet.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString.)
Public methodTryGetFault
Resolves the BcfFault representing this instance in specified dataSet.
Public methodTryGetOwningRow
Resolves the OwningRow of the BcfFault representing this instance in specified dataSet.
Top
See Also