[This is preliminary documentation and is subject to change.]
A lesson or activity-sized portion of a resource.
| C# | Visual Basic | Visual C++ |
public class Component : SifElement
Public Class Component _ Inherits SifElement
public ref class Component : public SifElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ComponentComponentNew()() |
Creates an instance of a Component
| |
| ComponentComponentNew(String, String) |
Constructor that accepts values for all mandatory fields
| |
| AddStrategies(Strategies) | Adds a new <Strategies> child element. | |
| AssociatedObjects |
Gets or sets the value of the <AssociatedObjects> element.
| |
| Description |
Gets or sets the value of the <Description> element.
| |
| GetStrategieses()() |
Gets all Strategies object instances. More than once instance can be defined for this object because it is a repeatable field element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
| |
| Name |
Gets or sets the value of the <Name> element.
| |
| Reference |
Gets or sets the value of the <Reference> element.
| |
| SetStrategieses(array<Strategies>[]()) |
Sets all Strategies object instances. All existing
Strategies instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all Strategieses.
|
Author: Generated by adkgen
Version: 2.0
Since: 2.0
| Object | |||
| Element | |||
| SifElement | |||
| Component | |||