TypeDescriptorFlags Enumeration

Describes flags for a type descriptor, such as whether the type descriptor is read-only, or whether the type descriptor is used as a field in a creator view.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
<DataContractAttribute> _
<FlagsAttribute> _
Public Enumeration TypeDescriptorFlags
'Usage
Dim instance As TypeDescriptorFlags
[DataContractAttribute]
[FlagsAttribute]
public enum TypeDescriptorFlags

Members

Member name Description
None Specifies that there are no flags for the type descriptor.
CreatorField Determines whether this TypeDescriptor is used as a field in a creator.
UpdaterField Determines whether this TypeDescriptor is used as a field an updater with modified values of fields.
PreUpdaterField Determines whether this TypeDescriptor is used as a field in an updater with original values of fields.
IsCollection Determines whether this TypeDescriptor represents a collection of data structures.
ReadOnly Determines whether this TypeDescriptor represents a read-only data structure.
Significant Determines whether this TypeDescriptor represents a data structure, whose value is used in computing the hash value that identifies whether or not there are changes to the external item.

See Also

Reference

Microsoft.BusinessData.MetadataModel Namespace