Class FormFilter
Represents a form filter.
Inherited Members
Namespace: DataWeb.Data
Assembly: DataWeb.Core.dll
Syntax
public class FormFilter
Properties
Count
Gets or sets the count.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
Gets or sets the name of the form.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PublishMode
Gets or sets the publish mode.
Declaration
public PublishMode? PublishMode { get; set; }
Property Value
Type | Description |
---|---|
PublishMode? |