The TemplateInfo type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | TemplateInfo |
Create a new instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Copy |
Create a deep copy.
|
![]() | ![]() | (Inherited from ![]() |
![]() | Equals(TemplateInfo) |
Equals() method for IEquatable interface.
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ShouldSerializeDescription |
Returns true if Description should be serialized to XML. For internal use only.
|
![]() | ShouldSerializeTitle |
Returns true if Title should be serialized to XML. For internal use only.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Dependencies |
The list of dependencies of this template.
|
![]() | Description |
The description of the template as defined in the component file.
|
![]() | EffectiveComponentFile |
The name of the actual component file. It is the name of the primary component file if it isn't pointed to another one. Otherwise it is the pointed to component file name.
It must be an internal name for the package. E.g. "template.cmp"
|
![]() | FileName |
The name identifier for the template. It must be an internal name for the package. E.g. "template.rtf"
|
![]() | GeneratedFiles |
The list of server file names for this template. Each template has a Silverlight assembly DLL. The main template and each template referenced in an ASSEMBLY instruction has a JavaScript (.js) and a variable collection file (.hvc).
|
![]() | GeneratedHDFiles |
Js and dll files that were generated for this template.
|
![]() | TemplateId |
The unique ID of the template.
|
![]() | TemplateIdSpecified |
Returns true if TemplateId should be serialized to XML. For internal use only.
|
![]() | Title |
The title of the template as defined in the component file.
|
See Also