[This is preliminary documentation and is subject to change.]
The TypeLocation type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TypeLocation(IConfigSectionNode) | Initializes a new instance of the TypeLocation class | |
| TypeLocation(String, Int32, String, Assembly, String ) | Initializes a new instance of the TypeLocation class | |
| TypeLocation(String, Int32, String, String, String ) | Initializes a new instance of the TypeLocation class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Assembly |
Assembly reference. When this property is set then AssemblyName==null
| |
| AssemblyName |
Name of assembly. When this property is set then Assembly==null
| |
| CONFIG_ASSEMBLY_NAME_ATTR | ||
| CONFIG_NAMESPACE_SECTION | ||
| CONFIG_PORTAL_ATTR | ||
| CONFIG_TYPE_LOCATION_SECTION | ||
| Namespaces |
A list of namespaces
| |
| Portal |
Name of portal. When this property is set then this location will only be matched if
WorkContext.Portal.Name matches for given request. NUll by default
|
Properties
| Name | Description | |
|---|---|---|
| Name |
Location name
| |
| Order |
Location order
|
See Also