Click or drag to resize

MetaDataOptions Class

Options for generating metadata file.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.Database.MetadataMetaDataOptions

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public class MetaDataOptions : IMetaDataOptions

The MetaDataOptions type exposes the following members.

Constructors
  NameDescription
Public methodMetaDataOptions
Initializes a new instance of the MetaDataOptions class
Top
Properties
  NameDescription
Public propertyFormat
Public propertyIncludeFormScript
Include form script.
Public propertyIncludeFormXml
Include form xml.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also