Click or drag to resize

EmitHelper Methods

The EmitHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClip
Public methodStatic memberGetMessageForAssertion
Public methodStatic memberToString(IDictionary, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given dictionary
Public methodStatic memberToString(IList, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given List
Public methodStatic memberToString(Object, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given scalar value
Public methodStatic memberToString(IDeque, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given Deque
Public methodStatic memberToString(IDeque, AttributeChangeType, Object, String, String, AttributeType, IGraph)
Returns a string representation of the given Deque after the given operation with the given parameters was applied
Public methodStatic memberToString(IDictionary, AttributeChangeType, Object, Object, String, String, AttributeType, IGraph)
Returns a string representation of the given dictionary after the given operation with the given parameters was applied
Public methodStatic memberToString(IList, AttributeChangeType, Object, Object, String, String, AttributeType, IGraph)
Returns a string representation of the given List after the given operation with the given parameters was applied
Public methodStatic memberToString(IDictionary, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given dictionary
Public methodStatic memberToString(IList, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given List
Public methodStatic memberToString(Object, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given non-container value
Public methodStatic memberToString(IDeque, String, String, AttributeType, IGraph, Boolean, ObjectNamerAndIndexer, TransientObjectNamerAndIndexer, IGraphProcessingEnvironment)
Returns a string representation of the given Deque
Public methodStatic memberToStringAutomatic
Returns a string representation of the given value, might be a scalar, a dictionary, a list, or a deque
Public methodStatic memberToStringNonNull
Returns a string representation of the given value, which must be not null (for emit,record)
Top
See Also