FreeFlow class library

AttachmentField Members

AttachmentField overview

Public Instance Properties

Attachment Gets or sets the attachment data.
AutoRefill (inherited from Field) Gets a value indicating whether altering this field will cause a refill.
Caption Gets the caption displayed in the attachment.
ClientExtensions (inherited from Field) Gets the client extensions for this field.
ClientScriptEvents (inherited from Field) Gets the client script events for this field.
Connection (inherited from Connectable) Gets or sets the connection.
Form (inherited from Field) Gets or sets the form that owns this fieldValue.
Height (inherited from Field) Gets the height of the field in pixels.
Hint (inherited from Field) Gets the hint for the field.
Left (inherited from Field) Gets the left of the field in pixels.
Name (inherited from Field) Gets the name of the field.
Top (inherited from Field) Gets the top of the field in pixels.
Usage (inherited from Field) Gets the usage of this field.
Value (inherited from Field) Gets or sets the value of the field.
VisibilityScript (inherited from Field) Gets the JScript script that is evaluated to decide if this field should be shown.
Width (inherited from Field) Gets the width of the field in pixels.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
GetValidationMessage (inherited from Field) Gets the validation message.
SaveToFile Saves the attachment to a file.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

CheckConnection (inherited from Connectable) Checks the connection is valid and logged in.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

AttachmentField Class | FreeFlow.Client Namespace