Table of Contents

Class vdProxyClasses

Namespace
VectorDraw.Professional.vdCollections
Assembly
VectorDraw.Professional.dll

Represents a collection of vdProxyClass objects.

public sealed class vdProxyClasses : BaseObject, IDisposable, IBaseObject, IVDSerialise, IEnumerable
Inheritance
vdProxyClasses
Implements
Inherited Members

Constructors

vdProxyClasses()

Initializes the collection.

Properties

Count

Get the items count of the collection.

this[string]

Get the specified item from the collection.

Methods

Add(byte, string, string, string, string)

Converts the passed parameters to a vdProxyClass object and then adds it in the collection.

Add(object)

Adds an object to the end of the collection.

Add(Type)

Converts the passed type to a vdProxyClass object and then adds it in the collection.

DeSerialize(DeSerializer, string, object)

This Function is called foreach field name of the vdProxyClasses object when opening in vdml format.

FindName(string)

Finds the specified CommonName to the collection.

GetEnumerator()

Implements the "foreach" expression for the collection.

RemoveAll()

Removes all items from the collection.

Serialize(Serializer)

This Function is called when saving the vdProxyClasses object to vdml format.

TypeContainsInterface(Type, string)

Checks if the passed type contains the given interface.