Interface IContentInformation
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IContentInformation : IArcherEntity, IArcherEntityBase, IArcherBase, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>
Properties
Level
LevelId
Module
ModuleId
UpdateInformation
Declaration
ISystemUpdateInformation UpdateInformation { get; }
Property Value
ISystemUpdateInformation |