Click or drag to resize
ViewDescription Class
Contains the descriptions of a view returned by GetViewTypesAsync(String, String, String, Boolean).
Inheritance Hierarchy
SystemObject
  RW.Server.ComponentViewDescription

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public class ViewDescription

The ViewDescription type exposes the following members.

Properties
  NameDescription
Public propertyFilename
Gets the name of the file the view is loaded from.
Public propertyInfo
Gets the information on the view.
Public propertyName
Gets the name of the view.
Public propertyParameters
Gets the view parameters description.
Top
See Also