ResourceType Properties
.NET Framework 4.5
The ResourceType type exposes the following members.
| Name | Description | |
|---|---|---|
|
BaseType | Gets a reference to base resource type, if any. |
|
CanReflectOnInstanceType | Get whether the corresponding instance type represents the CLR type of this entity. |
|
CustomState | Gets or sets a placeholder to hold custom state information about a resource type that is defined by the developer. |
|
ETagProperties | Gets the list of properties for this type. |
|
FullName | Gets the full name of the resource. |
|
InstanceType | Reference to the CLR type that this resource represents. |
|
IsAbstract | Gets a Boolean value that indicates whether this is an abstract type. |
|
IsMediaLinkEntry | Gets or sets a Boolean value that is true if the resource type includes a default stream. |
|
IsOpenType | Gets whether the resource type has open properties. |
|
IsReadOnly | Gets a Boolean value that is true if this resource type has been set to read-only. |
|
KeyProperties | Gets a list of key properties for this type |
|
Name | Gets the name of the resource type. |
|
Namespace | Gets the namespace of the resource type. |
|
Properties | Gets a list of properties declared of this type that includes only properties defined on the type, not in the base type. |
|
PropertiesDeclaredOnThisType | List of properties declared on this type. |
|
ResourceTypeKind | Gets the ResourceTypeKind for the type. |