Show / Hide Table of Contents

Class GenericLayerDescription

Generic layer description (by its name, assembly and class name) for dynamic load.

Inheritance
System.Object
GenericLayerDescription
CardChannelLayerDescription
CardContextLayerDescription
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 Source

GenericLayerDescription()

Initializes a new instance.

Declaration
protected GenericLayerDescription()

Properties

| Improve this Doc View Source

ClassName

Canonical name of the class.

Declaration
public string ClassName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DllName

Name of the assembly (without path).

Declaration
public string DllName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

Name of the layer.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PathToDll

Path to the assembly (directory only).

Declaration
public string PathToDll { get; set; }
Property Value
Type Description
System.String

Extension Methods

JsonHelpers.WriteToJsonFile(Object, String)
JsonHelpers.WriteToJsonFile(Object, String, Boolean)
JsonHelpers.WriteToJsonString(Object)
JsonHelpers.WriteToJsonString(Object, Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX