Class Resource
public class Resource
- Inheritance
-
Resource
- Inherited Members
- Extension Methods
Constructors
Resource(Guid)
public Resource(Guid id)
Parameters
idGuid
Resource(string)
public Resource(string name)
Parameters
namestring
Resource(string, Guid?)
public Resource(string name, Guid? id)
Parameters
Properties
Aliases
public List<string> Aliases { get; set; }
Property Value
Identifier
public Guid Identifier { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Methods
AddAliases(List<string>)
public void AddAliases(List<string> aliases)