Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public sealed class PersistableAttribute : XmlTypeAttribute
Public NotInheritable Class PersistableAttribute _
	Inherits XmlTypeAttribute

Members

         
 All Members  Constructors   Fields  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PersistableAttribute()()()()
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(Int32)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(String)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(CommonType)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(MemberTypesIncluded)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(Int32, MemberTypesIncluded)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(String, Int32)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(String, MemberTypesIncluded)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(CommonType, MemberTypesIncluded)
Initializes a new instance of the PersistableAttribute class
PersistableAttribute(String, Int32, MemberTypesIncluded)
Initializes a new instance of the PersistableAttribute class
DefaultMembersIncluded
MembersIncluded
TypeHandle

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.Xml.Serialization..::..XmlTypeAttribute
      Visual3D..::..PersistableAttribute

See Also