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 | |
---|---|---|
![]() |
VssCamelCasePropertyNamesContractResolver |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DefaultMembersSearchFlags | (Inherited from DefaultContractResolver.) |
![]() |
DynamicCodeGeneration | (Inherited from DefaultContractResolver.) |
![]() |
IgnoreSerializableAttribute | (Inherited from DefaultContractResolver.) |
![]() |
IgnoreSerializableInterface | (Inherited from DefaultContractResolver.) |
![]() |
SerializeCompilerGeneratedMembers | (Inherited from DefaultContractResolver.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetResolvedPropertyName | (Inherited from DefaultContractResolver.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ResolveContract | (Inherited from DefaultContractResolver.) |
![]() |
ResolvePropertyName | (Inherited from CamelCasePropertyNamesContractResolver.) |
![]() |
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.