AssemblySerializers.DataContractAlias Struct
Namespace: Stride.Core.SerializationAssembly: Stride.Core.dll
public struct DataContractAlias
Name | Description | |
---|---|---|
Constructors | ||
DataContractAlias(String, Type, Boolean) | ||
Fields | ||
IsAlias | True if generated from a DataAliasAttribute, false if generated from a DataContractAttribute. |
|
Name | ||
Type |
Constructors
DataContractAlias(String, Type, Boolean)
public DataContractAlias(string name, Type type, bool isAlias)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Type | type | |
System.Boolean | isAlias |
Fields
IsAlias
True if generated from a DataAliasAttribute, false if generated from a DataContractAttribute.
public bool IsAlias
Field Value
Type | Description |
---|---|
System.Boolean |
Name
public string Name
Field Value
Type | Description |
---|---|
System.String |
Type
public Type Type
Field Value
Type | Description |
---|---|
System.Type |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()