Class GenericLayerDescription
Generic layer description (by its name, assembly and class name) for dynamic load.
Inheritance
System.Object
    GenericLayerDescription
      
      
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: WSCT.Stack.Generic
Assembly: WSCT.dll
Syntax
public abstract class GenericLayerDescription
  Constructors
| Improve this Doc View SourceGenericLayerDescription()
Initializes a new instance.
Declaration
protected GenericLayerDescription()
  Properties
| Improve this Doc View SourceClassName
Canonical name of the class.
Declaration
public string ClassName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DllName
Name of the assembly (without path).
Declaration
public string DllName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsValid
Declaration
public bool IsValid { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Name
Name of the layer.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
PathToDll
Path to the assembly (directory only).
Declaration
public string PathToDll { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |