Class ProfileConfigurationExportModel
A model that can be used to serialize a profile configuration, it's profile and it's icon
Implements
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class ProfileConfigurationExportModel : IDisposable
Constructors
ProfileConfigurationExportModel()
Declaration
public ProfileConfigurationExportModel()
Properties
ProfileConfigurationEntity
Gets or sets the storage entity of the profile configuration
Declaration
public ProfileConfigurationEntity? ProfileConfigurationEntity { get; set; }
Property Value
Type | Description |
---|---|
ProfileConfigurationEntity |
ProfileEntity
Gets or sets the storage entity of the profile
Declaration
[JsonProperty(Required = Required.Always)]
public ProfileEntity ProfileEntity { get; set; }
Property Value
Type | Description |
---|---|
ProfileEntity |
ProfileImage
Gets or sets a stream containing the profile image
Declaration
[JsonConverter(typeof(StreamConverter))]
public Stream? ProfileImage { get; set; }
Property Value
Type | Description |
---|---|
Stream |
Methods
Dispose()
Declaration
public void Dispose()