Class LunyObjectRef
public sealed class LunyObjectRef : LunyRef<LunyObject>
Expand Details ...
- Inheritance
-
ObjectLunyObjectRef
- Inherited Members
Constructors
LunyObjectRef(ILunyObject)
public LunyObjectRef(ILunyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
LunyObjectRef(String)
public LunyObjectRef(String name)
Parameters
| Type | Name | Description |
|---|---|---|
name |
Methods
IsValid(LunyObject)
protected override Boolean IsValid(LunyObject value)
Parameters
| Type | Name | Description |
|---|---|---|
value |
Returns
- Boolean
ResolveObject(String)
protected override LunyObject ResolveObject(String query)
Parameters
| Type | Name | Description |
|---|---|---|
query |
Returns
Operators
implicit operator LunyObjectRef(LunyObject)
public static implicit operator LunyObjectRef(LunyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
obj |
Returns
implicit operator LunyObject(LunyObjectRef)
public static implicit operator LunyObject(LunyObjectRef objectRef)
Parameters
| Type | Name | Description |
|---|---|---|
objectRef |
Returns
implicit operator LunyObjectRef(String)
public static implicit operator LunyObjectRef(String name)
Parameters
| Type | Name | Description |
|---|---|---|
name |