ClassData Class

Definition

Specifies class data settings.

public ref class ClassData
public class ClassData
type ClassData = class
Public Class ClassData
Inheritance
ClassData

Constructors

ClassData()

Initializes a new instance of the ClassData class.

Properties

Attributes

Gets the list of class data attributes.

BaseType

Gets or sets the class data base type.

CodeSnippets

Gets the list of class data code snippets.

EmbeddedResourceFileName

Gets or sets the embedded resource file name for the class data.

EmbeddedResourceXaml

Gets or sets the embedded resource XAML for the class data.

FileName

Gets or sets the file name used for the class data.

HelperClassFullName

Gets or sets the full name of the helper class used in the class data.

IsPublic

Gets or sets whether the class data is a public class.

Name

Gets or sets the string that represents the name of the class data.

NamedObjects

Gets a list of named objects.

Namespace

Gets or sets the namespace where the class data belong.

Properties

Gets the collection of class data properties.

Applies to