메소드 | 설명 | |
---|---|---|
getLink ( string name ) : string |
Gets the current link if it exists.
|
|
getProperties ( ) : string>.Dictionary |
Gets the properties of the Resource.
|
|
getProperty ( string propertyName ) : string |
Gets the current property value
|
|
getType ( ) : String |
Gets the type of the Resource
|
|
hasLink ( string name ) : bool |
Determins if a Resource currently has a link.
|
|
hasProperty ( string propertyName ) : bool | ||
setProperties ( string>.Dictionary |
Sets the properties of the Resource.
|
|
setProperty ( string key, string value ) : void |
Sets the property of a resource
|
|
setType ( string type ) : void |
Sets the type of the Resource
|
public getProperty ( string propertyName ) : string | ||
propertyName | string | Name of property to get |
리턴 | string |
public setProperties ( string>.Dictionary |
||
properties | string>.Dictionary | Properties dictionary to update the internal properties of the resource with. |
리턴 | void |
public setProperty ( string key, string value ) : void | ||
key | string | Property name to set |
value | string | Property value to set |
리턴 | void |