IView Members
Include Protected Members
Include Inherited Members
Represents a collection of fields, where fields are the data members of an external content type.
The IView type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Entity | Gets the external content type the view belongs to. |
![]() |
Fields | Gets the collection of fields in the view. |
![]() |
Name | Gets the name of this View object. |
![]() |
RelatedSpecificFinderName | Retrieves the name of the specific finder MethodInstance that this view is tied to. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetDefaultValues | Gets a field value dictionary that contains the default values for this view. |
![]() |
GetType | Gets the common language runtime type of the TypeDescriptor object that corresponds to a given dot notation. |
![]() |
GetTypeDescriptor | Gets the TypeDescriptor object that corresponds to the given dot notation. |
![]() |
GetXmlSchema | Gets the XML schema of the view. |
![]() |
Verify | Verifies whether the given dot notation maps to a TypeDescriptor object on this view. |
Top