Class ResourceMapping
Inheritance
object
ResourceMapping
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.LIbs
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ResourceMapping
Constructors
ResourceMapping()
Declaration
public ResourceMapping()
Properties
Aliases
Declaration
public Dictionary<string, string> Aliases { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
Clean
Declaration
public List<string> Clean { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |
Mappings
Declaration
public Dictionary<string, string> Mappings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
Methods
ReplaceAliases()
Declaration
public void ReplaceAliases()