Method | Description | |
---|---|---|
PersistentPathAttribute ( string query, string createQuery ) : System |
Initializes a new instance of the PersistentPathAttribute class.
|
Method | Description | |
---|---|---|
FetchValue ( |
||
Inititalize ( |
||
SerializeValue ( object source, TypeCache typeCache, Cache cache ) : object | ||
StoreValue ( |
public PersistentPathAttribute ( string query, string createQuery ) : System | ||
query | string | The query to use for fetching the value. If the specified /// query returns a sequence, only the first item is used. If the specified query returns /// a node, it's value is used. If the specified query returns an atomic value, it's /// ToString() result is used as the value. |
createQuery | string | The query to use when the field or property is being /// stored and the value query does not result in a node. If the value query does not result /// in a node and this is not specified, a value will not be stored for the /// field or property. |
return | System |