Interface ISystemUpdateable Namespace: Estrelica.Interfaces Assembly: Estrelica.Interfaces.dll Syntax [StayPublic] [DoNotObfuscateType] public interface ISystemUpdateable Properties IsSystemUpdated Declaration bool IsSystemUpdated { get; } Property Value bool SystemManaged Declaration bool SystemManaged { get; } Property Value bool Methods DeserializeForUpdate() Declaration object DeserializeForUpdate() Returns object SystemUpdated(int) Declaration void SystemUpdated(int Id) Parameters int Id Extension Methods EnumHelper.In<TEnum>(TEnum, params TEnum[]) IEnumerableExtensions.ToEnumerable<T>(T) StringExtensions.AssertNotNull<T>(T, string) TypeExtensions.WithDispose<T, V>(T, Func<T, V>) EnumHelper.CastNullable<TEnum>(object) TypeExtensions.ConvertTo<V>(object) TypeExtensions.TryConvert<V>(object, out V)