Click or drag to resize

ViewDef Class

Holds information on the view definition.
Inheritance Hierarchy
SystemObject
  Vovin.CmcLibNet.Database.MetadataViewDef

Namespace:  Vovin.CmcLibNet.Database.Metadata
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
[SerializableAttribute]
public class ViewDef : IViewDef

The ViewDef type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Underlying Commence category.
Public propertyFileName
Filename (e.g. for Report Views).
Public propertyName
View name.
Public propertyType
View Type.
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