ModelFactory Methods

Include Protected Members
Include Inherited Members

The ModelFactory type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateItem(EditingContext, Object) Creates a new model item by creating a deep copy of the specified object.
Public methodStatic member CreateItem(EditingContext, TypeIdentifier, array<Object[]) Creates a new model item for the specified type identifier.
Public methodStatic member CreateItem(EditingContext, Type, array<Object[]) Creates a new model item for the specified item type.
Public methodStatic member CreateItem(EditingContext, TypeIdentifier, CreateOptions, array<Object[]) Creates a new model item for the specified type identifier.
Public methodStatic member CreateItem(EditingContext, Type, CreateOptions, array<Object[]) Creates a new model item for the specified item type.
Public methodStatic member CreateStaticMemberItem(EditingContext, TypeIdentifier, String) Creates a new model item that represents the value of a static member of the specified class.
Public methodStatic member CreateStaticMemberItem(EditingContext, Type, String) Creates a new model item that represents the value of a static member of the specified class.
Public methodStatic member ResolveType Gets a resolved type for the specified TypeIdentifier.

Top

See Also

Reference

ModelFactory Class

Microsoft.Windows.Design.Model Namespace