StiSerializableAttribute Class

Namespace: Stimulsoft.Base.Serializing

Inheritance

Inherits from: Attribute

Constructors

Constructor Description
StiSerializableAttribute() Creates a new object of the type StiSerializableAttribute. Visibility is set into the Content.
StiSerializableAttribute(StiSerializationVisibility visibility) Creates a new object of the type StiSerializableAttribute.
StiSerializableAttribute(StiSerializeTypes serializeType) Creates a new object of the type StiSerializableAttribute.
StiSerializableAttribute(StiSerializationVisibility visibility, StiSerializeTypes serializeType) Creates a new object of the type StiSerializableAttribute.

StiSerializableAttribute()

Creates a new object of the type StiSerializableAttribute. Visibility is set into the Content.


StiSerializableAttribute(visibility: StiSerializationVisibility)

Creates a new object of the type StiSerializableAttribute.

Parameters


StiSerializableAttribute(serializeType: StiSerializeTypes)

Creates a new object of the type StiSerializableAttribute.

Parameters


StiSerializableAttribute(visibility: StiSerializationVisibility, serializeType: StiSerializeTypes)

Creates a new object of the type StiSerializableAttribute.

Parameters

Properties

Property Type Description
SerializeType StiSerializeTypes Gets or sets serialization type.
Visibility StiSerializationVisibility Gets serialization visibility.