Navigation :
SerializationMemberGroup
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 enum SerializationMemberGroup : Enum
Base types
Enum
Enum representing all member group.
Fields
CatelProperty
0
The member is a catel property.
Collection
4
The member is a collection.
Dictionary
5
The member is a dictionary.
Field
2
The member is a field.
RegularProperty
1
The member is a regular property.
SimpleRootObject
3
The member is a simple root object, must be handled by external serializer immediately.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion