Click or drag to resize
Capgemini.CommonObjectUtils Namespace
This namespace contains the common object utility classes.
Classes
  ClassDescription
Public classCode exampleBuilderT
An abstract base class for Builder classes.
Public classEnumerableExtensions
Holds extensions to objects that implement the IEnumerable interface.
Public classEqualsBuilder
A class used to compare object field values inside the Equals method.
Public classExceptionExtensions
Holds extensions to the Exception class.
Public classHashCodeBuilder
A class used to generate hash codes from object field values inside the GetHashCode method.
Public classMemoryPipe
A one way in memory data pipe.
Public classMissingBuilderArgumentException
An exception that is thrown when mandatory arguments aren't supplied to sub-classes of the BuilderT class before calling the Build method.
Public classToStringBuilder
A class used to generate string representations of objects for debugging purposes in the ToString method.
Enumerations