ToTraceStringExtensionMethods Class

Contains ToTraceString() extension methods.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.ToTraceStringExtensionMethods

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ToTraceStringExtensionMethods
'Usage
public static class ToTraceStringExtensionMethods
[ExtensionAttribute]
public ref class ToTraceStringExtensionMethods abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ToTraceStringExtensionMethods =  class end
public final class ToTraceStringExtensionMethods

Methods

  Name Description
Public methodStatic member ToTraceString(IEdmProperty) Returns the text representation of the current object.
Public methodStatic member ToTraceString(IEdmSchemaElement) Returns the text representation of the current object.
Public methodStatic member ToTraceString(IEdmSchemaType) Returns the text representation of the current object.
Public methodStatic member ToTraceString(IEdmType) Returns the text representation of the current object.
Public methodStatic member ToTraceString(IEdmTypeReference) Returns the text representation of the current object.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Edm Namespace