Resource
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents a resource entity.
Inheritance
object ← EntityTracker ← Resource
Implements
Inherited Members
EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Extension Methods
MixIn.IsSignatureKey(Resource)
Constructors
Resource()
Properties
Assemblies
Gets or sets the collection of assemblies associated with the resource as mapping files.
Property Value
Code
Gets or sets the code of the resource.
Property Value
CreatedAt
Gets or sets the creation date of the resource.
Property Value
Data
Gets or sets the data of the resource.
Property Value
byte[]
DataFormat
Gets or sets the data format of the resource.
Property Value
Description
Gets or sets the description of the resource.
Property Value
Id
Gets or sets the ID of the resource.
Property Value
LicenseTemplates
Gets or sets the collection of license templates associated with the resource as signature keys.
Property Value
Licenses
Gets or sets the collection of licenses associated with the resource as signature keys.
Property Value
Meta
Gets or sets the metadata.
Property Value
Name
Gets or sets the name of the resource.
Property Value
Password
Gets or sets the password of the resource.
Property Value
Products
Gets or sets the collection of products associated with the resource as signature keys.
Property Value
ResourceCustomers
Gets or sets the collection of customers associated with the resource.
Property Value
ResourceOrders
Gets or sets the collection of orders associated with the resource.
Property Value
ResourceProducts
Gets or sets the collection of products associated with the resource.
Property Value
ResourceReleases
Gets or sets the collection of releases associated with the resource.
Property Value
Source
Gets or sets the source of the resource.
Property Value
Type
Gets or sets the type of the resource.
Property Value
UpdatedAt
Gets or sets the last update date of the resource.
Property Value
Methods
Create(string)
Creates a new Resource from a given file.
Parameters
Full pathname of the file.
Returns
A new instance of the Resource class.
Last updated