TemplateInfo Members

The TemplateInfo type exposes the following members.
Constructors

  NameDescription
Public methodTemplateInfo
Create a new instance.
Back to Top
Methods

  NameDescription
Public methodCopy
Create a deep copy.
Public methodOnlineEquals(Object)
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEquals(TemplateInfo)
Equals() method for IEquatable interface.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodShouldSerializeDescription
Returns true if Description should be serialized to XML. For internal use only.
Public methodShouldSerializeTitle
Returns true if Title should be serialized to XML. For internal use only.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyDependencies
The list of dependencies of this template.
Public propertyDescription
The description of the template as defined in the component file.
Public propertyEffectiveComponentFile
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"
Public propertyFileName
The name identifier for the template. It must be an internal name for the package. E.g. "template.rtf"
Public propertyGeneratedFiles
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).
Public propertyGeneratedHDFiles
Js and dll files that were generated for this template.
Public propertyTemplateId
The unique ID of the template.
Public propertyTemplateIdSpecified
Returns true if TemplateId should be serialized to XML. For internal use only.
Public propertyTitle
The title of the template as defined in the component file.
Back to Top
See Also