Click or drag to resize

SerializableAttached Class

[Missing <summary> documentation for "T:Livit.Learn.Model.SerializableAttached"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, String
    Livit.Learn.ModelSerializableAttached

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class SerializableAttached : Dictionary<string, string>, 
	IXmlSerializable

The SerializableAttached type exposes the following members.

Constructors
  NameDescription
Public methodSerializableAttached
Initializes a new instance of the SerializableAttached class
Public methodSerializableAttached(SerializableAttached)
Initializes a new instance of the SerializableAttached class
Top
Properties
  NameDescription
Public propertyTemplateVersionId
Contains a id of source template.
Top
Methods
See Also