Navigation :
IncludeInSerializationAttribute
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Runtime.Serialization |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class IncludeInSerializationAttribute : Attribute
Base types
Attribute
Attribute to define that a specific member must be included in the serialization by the serialization engine.
Constructors
IncludeInSerializationAttribute()
Initializes a new instance of the IncludeInSerializationAttribute class.
IncludeInSerializationAttribute(string name)
Initializes a new instance of the IncludeInSerializationAttribute class.
Parameters
Name |
Description |
name |
Name of the member. |
Properties
Name
Gets or sets the name of the mapped.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion