See also:
NTier Windows Forms Framework Home
NTier Framework API reference

The ProjectItemData type exposes the following members.

Constructors

  NameDescription
Public methodProjectItemData
Initializes a new instance of the ProjectItemData class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetContentText
Set the content of the project item as text.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAutoGen
Get or set whether the item is the target of a custom tool. The DTE project writer ignores this field, as it is populated automatically by Visual Studio.
Public propertyBuildAction
Get or set the build action.
Public propertyContent
Set the content of the project item as text.
Public propertyContentBytes
Get or set the content of the project item in bytes.
Public propertyCustomTool
Get or set the name of the custom tool.
Public propertyDependentUpon
Get or set the name of the project item from which this project item is a child of.
Public propertyFileName
Get or set the project item file name, without the folder.
Public propertyFolderName
Get or set the project item folder.
Public propertyFullName
Get the name of the project item file including the folder.
Public propertyLastGenOutput
Get or set the file name of the last generated output of the custom tool.
Public propertySubType
Get or set the subtype.

See Also