Chili.Opf3 Send comments on this topic.
IUserDefinedType Interface Members
See Also  Properties  Methods 
Chili.Opf3 Namespace : IUserDefinedType Interface


The following tables list the members exposed by IUserDefinedType.

Public Properties

 NameDescription
 PropertySupportedType Returns the type supported by the class implementing this interface. The supported type is the type that is returned when converting to a simple type and the type that is set when converting from the simple type.  
Top

Public Methods

 NameDescription
 MethodFromSimpleDataType Populates the type that implements the interface (a type that can't be directly saved or loaded from the storage) with data from the storage.  
 MethodToSimpleDataType Converts the user-defined type to a type that can be persisted to the storage. You could return here for example an xml string or something else that can be saved to the storage.  
Top

See Also