Click or drag to resize

fileDataAttribute Constructor (fileDataFilenameMode, fileDataPropertyMode, fileDataPropertyOptions)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the fileDataAttribute class.

Namespace:  imbSCI.Core.files.fileDataStructure
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileDataAttribute(
	fileDataFilenameMode __filename = fileDataFilenameMode.memberInfoName,
	fileDataPropertyMode __mode = fileDataPropertyMode.autoTextOrXml,
	fileDataPropertyOptions __options = fileDataPropertyOptions.none
)
Request Example View Source

Parameters

__filename (Optional)
Type: imbSCI.Core.files.fileDataStructurefileDataFilenameMode
The filename mode
__mode (Optional)
Type: imbSCI.Core.files.fileDataStructurefileDataPropertyMode
Mode of serialization
__options (Optional)
Type: imbSCI.Core.files.fileDataStructurefileDataPropertyOptions
Special options
See Also