Table of Contents

Method CreateProperties

Namespace
Skyline.DataMiner.Net.Ticketing.Helpers
Assembly
SLNetTypes.dll

CreateProperties(Type, MemberSerialization)

Creates properties for the given JsonContract.

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

Parameters

type Type

The type to create properties for.

memberSerialization MemberSerialization

The member serialization mode for the type.

Returns

IList<JsonProperty>

Properties for the given JsonContract.