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


For a list of all members of this type, see IUserDefinedType members.

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