ProtoElementBase Class

 

Represents the prototype for the element.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)


[SerializableAttribute]
public ref class ProtoElementBase abstract : ISerializable

NameDescription
System_CAPS_protmethodProtoElementBase(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.

System_CAPS_protmethodProtoElementBase(ModelElement^)

Creates an instance of the ProtoElementBase class.

System_CAPS_protmethodProtoElementBase(SerializationInfo^, StreamingContext)

Creates an instance of the ProtoElementBase class.

NameDescription
System_CAPS_pubpropertyDomainClassId

Get the Id of the domain class for this prototype element.

System_CAPS_pubpropertyElementId

Get the Id of the prototype element.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Serializes object data into the SerializationInfo object.

System_CAPS_protmethodGetPropertyAssignments(Partition^)

Get the AttributeAssignements for the progenitor element's attributes

System_CAPS_pubmethodGetPropertyValue(Guid)

Gets the value of the specified domain property.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconstituteObject(Dictionary<Guid, Guid>^, Partition^)

Creates an element in the partition with the same attributes as the progenitor element

System_CAPS_pubmethodToString()

(Inherited from Object.)

A prototype is a compressed, serializable version of an element. A prototype monitors what properties an element contains so that the prototype can be deserialized into another store. You can use a prototype to create an element in any store.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: