ProtoElementBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProtoElementBase contains the information needed to create an element in any store.
public ref class ProtoElementBase abstract : System::Runtime::Serialization::ISerializable
[System.Serializable]
public abstract class ProtoElementBase : System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type ProtoElementBase = class
interface ISerializable
Public MustInherit Class ProtoElementBase
Implements ISerializable
- Inheritance
-
ProtoElementBase
- Derived
- Attributes
- Implements
Constructors
ProtoElementBase(Guid) |
Creates an instance of the ProtoElementBase class for a given domainClassId. This mode is used to determine whether the given DomainClassInfo type can be merged under any given model element. |
ProtoElementBase(ModelElement) |
Creates an instance of the ProtoElementBase class. |
ProtoElementBase(SerializationInfo, StreamingContext) |
Creates an instance of the ProtoElementBase class. |
Properties
DomainClassId |
Get the Id of the domain class for this prototype element. |
ElementId |
Get the Id of the prototype element. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializes object data into the SerializationInfo object. |
GetPropertyAssignments(Partition) |
Get the AttributeAssignements for the progenitor element's attributes |
GetPropertyValue(Guid) |
Gets the value of the specified domain property. |
ReconstituteObject(Dictionary<Guid,Guid>, Partition) |
Creates an element in the partition with the same attributes as the progenitor element |