Class Renderer.ComponentsCacheItem
Inheritance
System.Object
Renderer.ComponentsCacheItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
class ComponentsCacheItem
Properties
Model
Declaration
public Type Model { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
View
Declaration
public Type View { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
ViewModel
Declaration
public Type ViewModel { get; set; }
Property Value
Type | Description |
---|---|
System.Type |