5 namespace SiliconStudio.Core
10 [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
14 private readonly
string name;
101 public int? Order {
get; set; }
Specify the way to store a property or field of some class or structure.
DataMemberAttribute(int order)
Initializes a new instance of the DataMemberAttribute class.
DataMemberAttribute(DataMemberMode mode)
Specify the way to store a property or field of some class or structure.
DataMemberAttribute(string name, DataMemberMode mode)
Specify the way to store a property or field of some class or structure.
DataMemberAttribute(int order, string name, DataMemberMode mode)
Initializes a new instance of the DataMemberAttribute class.
DataMemberAttribute(int order, DataMemberMode mode)
Initializes a new instance of the DataMemberAttribute class.
DataMemberAttribute(string name)
Initializes a new instance of the DataMemberAttribute class.