TypeDescriptor Members

Include Protected Members
Include Inherited Members

Defines the data type of a parameter for a method.

The TypeDescriptor type exposes the following members.

Properties

  Name Description
Public property ContainsFilterDescriptor Returns true if it or any child TypeDescriptor has a FilterDescriptor associated with it.
Public property ContainsIdentifier Returns true if it or any child TypeDescriptor has a Identifier associated with it.
Public property Id Gets the unique ID of each metadata object. (Inherited from MetadataObject.)
Public property InterpretedTypeName
Public property IsCached Determines whether the metadata object is cached or not. (Inherited from MetadataObject.)
Public property IsCollection
Public property IsFilterDescriptorSet Returns true if it has a FilterDescriptor associated with it (won't look at child TypeDescriptors, unlike ContainsFilterDescriptor).
Public property IsIdentifierSet Returns true if it has a Identifier associated with it (won't look at child TypeDescriptors, unlike ContainsIdentifier).
Public property Name Gets the name of the metadata object. (Inherited from MetadataObject.)
Public property TypeName

Top

Methods

  Name Description
Protected method CollectLeaves
Public method ContainsLocalizedDisplayName Determines whether the metadata object contains a localized display name. (Inherited from MetadataObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetById
Public method GetChildTypeDescriptors
Public method GetDefaultDisplayName Gets the default display name of the metadata object. (Inherited from MetadataObject.)
Public method GetFilterDescriptor
Public method GetHashCode (Inherited from Object.)
Public method GetIdentifier
Public method GetLocalizedDisplayName Gets the localized display name of the metadata object. (Inherited from MetadataObject.)
Public method GetParameter
Public method GetParentTypeDescriptor
Public method GetProperties Gets the properties associated with the metadata object. (Inherited from MetadataObject.)
Public method GetType (Inherited from Object.)
Protected method GetTypeDescriptorsWithIdentifiers
Protected method Initialize
Public method IsLeaf
Public method IsRoot
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member ComplexFormattingPropertyName
Public fieldStatic member FormatStringPropertyName
Public fieldStatic member RendererDefinitionPropertyName
Public fieldStatic member SuppressCrawlPropertyName

Top

See Also

Reference

TypeDescriptor Class

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace