TExternalBaseFileAttribute ClassVisual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

This is the File attribute to be used when defining a filename-related property, indicating that the property is a file path, and can invoke the OpenFile dialog in Visual Signal. The filters used in OpenFile dialog can be specified using the standard "|"-separated .Net filter specification in [filter]. For example: "Text files (*.txt)|*.txt|All files (*.*)|*.*", or "Image Files(*.BMP;*.JPG;*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*"
Inheritance Hierarchy

SystemObject
  SystemAttribute
    VSignal.ExternalBaseTExternalBaseFileAttribute

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

[AttributeUsageAttribute(AttributeTargets.Property)]
public class FileAttribute : Attribute

The TExternalBaseFileAttribute type exposes the following members.

Constructors

  NameDescription
Public methodTExternalBaseFileAttribute
Define a file attribute.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyFilter
The filter to use in the file dialog.
Public propertyTypeId (Inherited from Attribute.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate method_AttributeGetIDsOfNames (Inherited from Attribute.)
Explicit interface implementationPrivate method_AttributeGetTypeInfo (Inherited from Attribute.)
Explicit interface implementationPrivate method_AttributeGetTypeInfoCount (Inherited from Attribute.)
Explicit interface implementationPrivate method_AttributeInvoke (Inherited from Attribute.)
Top
See Also

Reference