Méthode | Description | |
---|---|---|
Equals ( |
Compares this resource to another resource.
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetResolvedPhysicalPath ( SageContext context ) : string |
Gets the resolved physical path of this resource.
|
|
GetResolvedWebPath ( SageContext context ) : string |
Gets the resolved web-accessible path of this resource.
|
|
IsValidFor ( string userAgentID ) : bool |
Determines whether this resource is valid for the specified user agent ID.
|
|
Parse ( |
||
Resource ( |
Initializes a new instance of the Resource class, using the specified configElement.
|
|
ToString ( ) : string | ||
ToXml ( |
Generates an XmlElement that represents the configuration of this instance.
|
|
ToXml ( |
Generates an XmlElement that represent a this resource.
|
|
operator ( ) : bool |
Implements the operator !=.
|
public Equals ( |
||
other | The resource to compare this resource with. | |
Résultat | bool |
public GetResolvedPhysicalPath ( SageContext context ) : string | ||
context | SageContext | The context under which this method is executed. |
Résultat | string |
public GetResolvedWebPath ( SageContext context ) : string | ||
context | SageContext | The context under which this method is executed. |
Résultat | string |
public IsValidFor ( string userAgentID ) : bool | ||
userAgentID | string | The user agent ID. |
Résultat | bool |
public Parse ( |
||
element | ||
Résultat | void |
public Resource ( |
||
configElement | The configuration element that defines this resource. | |
projectId | string | The identification string of the project this library belongs to. |
Résultat | System |
public ToXml ( |
||
document | The document to use to create the element with. | |
Résultat |
public ToXml ( |
||
ownerDocument | The owner document to use to create the element. | |
context | SageContext | The context under which this method is executed, used to resolve the paths and load resources with. |
Résultat |