StringProperty Members
Include Protected Members
Include Inherited Members
Represents a report string property.
The StringProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StringProperty(String, String) | Creates a new instance of the StringProperty class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Default | The default value. | |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPropertyDefinition.Maximum | ||
IPropertyDefinition.Minimum | ||
IPropertyDefinition.Validate(Object, Object) |
Top