Struct ToolkitResourceManager.ResourceEntry
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public struct ToolkitResourceManager.ResourceEntry : IEquatable<ToolkitResourceManager.ResourceEntry>
- Implements
-
- Inherited Members
-
Constructors
ResourceEntry(string, Type, int)
public ResourceEntry(string name, Type componentType, int order)
Parameters
name
string
componentType
Type
order
int
Fields
ComponentType
public readonly Type ComponentType
Field Value
- Type
Order
public readonly int Order
Field Value
- int
ResourceName
public readonly string ResourceName
Field Value
- string
Properties
Assembly
public Assembly Assembly { get; }
Property Value
- Assembly
AssemblyName
public string AssemblyName { get; }
Property Value
- string
Methods
Equals(ResourceEntry)
public bool Equals(ToolkitResourceManager.ResourceEntry other)
Parameters
other
ToolkitResourceManager.ResourceEntry
Returns
- bool
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int