ResourceType.LoadPropertiesDeclaredOnThisType Method

Definition

Returns a list of properties declared by this resource type.

protected:
 virtual System::Collections::Generic::IEnumerable<System::Data::Services::Providers::ResourceProperty ^> ^ LoadPropertiesDeclaredOnThisType();
protected virtual System.Collections.Generic.IEnumerable<System.Data.Services.Providers.ResourceProperty> LoadPropertiesDeclaredOnThisType ();
abstract member LoadPropertiesDeclaredOnThisType : unit -> seq<System.Data.Services.Providers.ResourceProperty>
override this.LoadPropertiesDeclaredOnThisType : unit -> seq<System.Data.Services.Providers.ResourceProperty>
Protected Overridable Function LoadPropertiesDeclaredOnThisType () As IEnumerable(Of ResourceProperty)

Returns

The list of properties declared on this type.

Remarks

The LoadPropertiesDeclaredOnThisType method enables you to defer loading of the properties of a resource type. This LoadPropertiesDeclaredOnThisType method is called only one time when either Properties or PropertiesDeclaredOnThisType properties are accessed.

Applies to