Class Defaults
Intended to be a container of commonly-used or shared values used throughout the containing namespace of this class.
Inheritance
System.Object
Defaults
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.ContentModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public static class Defaults
Properties
FrameworkType
Convenience property used to store the root object as a framework type. Used for namespace resolution.
Declaration
public static TypeInfo FrameworkType { get; }
Property Value
System.Reflection.TypeInfo
|
Identifier
Identifier used to identify framework components used in this assembly.
Declaration
public static string Identifier { get; }
Property Value
System.String
|