Skip to content

OnGeodeserializedAttribute

Namespace: ThinkGeo.Core

When applied to a method, specifies that the method is called immediately after deserialization of the object.

public sealed class OnGeodeserializedAttribute : System.Attribute

Inheritance objectAttributeOnGeodeserializedAttribute

Properties

TypeId

public object TypeId { get; }

Property Value

object

Constructors

OnGeodeserializedAttribute()

Initializes a new instance of the OnGeodeserializedAttribute class.

public OnGeodeserializedAttribute()