View Members
Include Protected Members
Include Inherited Members
Represents a collection of fields, where fields are the data members of an external content type.
The View type exposes the following members.
Constructors
Name | Description | |
---|---|---|
View | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Entity | Gets the external content type that contains the view. | |
Fields | Gets the collection of fields in the view. | |
Name | Gets the name of the view. | |
RelatedSpecificFinderName | Gets the name of the specific finder MethodInstance that this view is tied to. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
GetDefaultValues | Gets a list of default values of the View fields. | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | Gets the type of the specified field. | |
GetTypeDescriptor | Gets the TypeDescriptor that corresponds to the specified field. | |
GetXmlSchema | Gets the XML schema that represents the view (which can be obtained from the interface). | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) | |
Verify | Determines whether the specified field exists in this view. |
Top