Class SimpleTypeDescriptorContext<T>
Generic type descriptor context that holds one value
Inheritance
SimpleTypeDescriptorContext<T>
Assembly: Xareus.Unity.dll
Syntax
public class SimpleTypeDescriptorContext<T>
Type Parameters
Constructors
SimpleTypeDescriptorContext(T)
Declaration
public SimpleTypeDescriptorContext(T value)
Parameters
Type |
Name |
Description |
T |
value |
|
Properties
Container
Declaration
public IContainer Container { get; }
Property Value
Instance
Declaration
public object Instance { get; }
Property Value
PropertyDescriptor
Declaration
public PropertyDescriptor PropertyDescriptor { get; }
Property Value
Value
Declaration
Property Value
Methods
GetService(Type)
Declaration
public object GetService(Type serviceType)
Parameters
Type |
Name |
Description |
Type |
serviceType |
|
Returns
OnComponentChanged()
Declaration
public void OnComponentChanged()
OnComponentChanging()
Declaration
public bool OnComponentChanging()
Returns