Table of Contents

Class DownloadContractResolver

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class DownloadContractResolver : DefaultContractResolver
Inheritance
DownloadContractResolver
Extension Methods

Constructors

DownloadContractResolver()

public DownloadContractResolver()

Methods

AddProperties(Type, IEnumerable<string>)

public void AddProperties(Type t, IEnumerable<string> props)

Parameters

t Type
props IEnumerable<string>

CreateProperties(Type, MemberSerialization)

protected override IList<JsonProperty> CreateProperties(Type type, MemberSerialization memberSerialization)

Parameters

type Type
memberSerialization MemberSerialization

Returns

IList<JsonProperty>

RemoveProperties(Type)

public void RemoveProperties(Type t)

Parameters

t Type

RemoveProperties(Type, IEnumerable<string>)

public void RemoveProperties(Type t, IEnumerable<string> props)

Parameters

t Type
props IEnumerable<string>