Click or drag to resize

fileDataPropertyDescriptor Constructor

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

Namespace:  imbSCI.Core.files.fileDataStructure
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public fileDataPropertyDescriptor(
	PropertyInfo memberInfo,
	fileDataAttribute attribute,
	Object instance
)
Request Example View Source

Parameters

memberInfo
Type: System.ReflectionPropertyInfo
attribute
Type: imbSCI.Core.files.fileDataStructurefileDataAttribute
instance
Type: SystemObject
See Also