C# Class MS.Internal.MilCodeGen.ResourceModel.DiscreteKeyFrameTemplate

DiscreteKeyFrameTemplate: This class represents one instantiation of the DiscreteKeyFrame template. Due to a limitation of the build system, DiscreteKeyFrame classes are coalesced into one file per module.
Inheritance: MS.Internal.MilCodeGen.ResourceModel.Template
Datei anzeigen Open project: wjk/dotnet-wpf

Public Methods

Method Description
AddTemplateInstance ( ResourceModel resourceModel, XmlNode node ) : void

AddTemplateInstance - This is called by the code which parses the generation control. It is called on each TemplateInstance XMLNode encountered.

Go ( ResourceModel resourceModel ) : void

Private Methods

Method Description
KeyFrame ( ) : System

Creates a new Discrete[[instance.TypeName]]KeyFrame.

Method Details

AddTemplateInstance() public method

AddTemplateInstance - This is called by the code which parses the generation control. It is called on each TemplateInstance XMLNode encountered.
public AddTemplateInstance ( ResourceModel resourceModel, XmlNode node ) : void
resourceModel ResourceModel
node XmlNode
return void

Go() public method

public Go ( ResourceModel resourceModel ) : void
resourceModel ResourceModel
return void