ProtoGroup Class

Definition

ProtoGroups contain the information to recreate an ElementGroup in the context of any store given that the Elements and ElementLinks in the group have already been created in the store by the parent ElementGroupPrototype.

public ref class ProtoGroup sealed : System::Runtime::Serialization::ISerializable
[System.Serializable]
public sealed class ProtoGroup : System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ProtoGroup = class
    interface ISerializable
Public NotInheritable Class ProtoGroup
Implements ISerializable
Inheritance
ProtoGroup
Attributes
Implements

Constructors

ProtoGroup(ElementGroup)

Creates an instance of the ProtoGroup class.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populate the serialization info with this object's data.

ReconstituteGroup(Dictionary<Guid,Guid>, Partition)

Create a clone of this prototype's progenitor ElementGroup associated with the specified partition.

Applies to