VssCamelCasePropertyNamesContractResolver Class

Inheritance Hierarchy

System.Object
  DefaultContractResolver
    CamelCasePropertyNamesContractResolver
      Microsoft.VisualStudio.Services.WebApi.VssCamelCasePropertyNamesContractResolver

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public NotInheritable Class VssCamelCasePropertyNamesContractResolver _
    Inherits CamelCasePropertyNamesContractResolver
public sealed class VssCamelCasePropertyNamesContractResolver : CamelCasePropertyNamesContractResolver
public ref class VssCamelCasePropertyNamesContractResolver sealed : public CamelCasePropertyNamesContractResolver
[<Sealed>]
type VssCamelCasePropertyNamesContractResolver =  
    class 
        inherit CamelCasePropertyNamesContractResolver 
    end
public final class VssCamelCasePropertyNamesContractResolver extends CamelCasePropertyNamesContractResolver

The VssCamelCasePropertyNamesContractResolver type exposes the following members.

Constructors

  Name Description
Public method VssCamelCasePropertyNamesContractResolver

Top

Properties

  Name Description
Public property DefaultMembersSearchFlags (Inherited from DefaultContractResolver.)
Public property DynamicCodeGeneration (Inherited from DefaultContractResolver.)
Public property IgnoreSerializableAttribute (Inherited from DefaultContractResolver.)
Public property IgnoreSerializableInterface (Inherited from DefaultContractResolver.)
Public property SerializeCompilerGeneratedMembers (Inherited from DefaultContractResolver.)

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetResolvedPropertyName (Inherited from DefaultContractResolver.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ResolveContract (Inherited from DefaultContractResolver.)
Protected method ResolvePropertyName (Inherited from CamelCasePropertyNamesContractResolver.)
Public method ToString Returns a string that represents the current object. (Inherited from 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.VisualStudio.Services.WebApi Namespace