Exemplo n.º 1
0
        protected Base()
        {
            if (TypeUuid == default(Guid))
            {
                throw new Exception($"When deriving from {nameof(MapHive)}.{nameof(MapHive.Core)}.{nameof(MapHive.Core.DataModel)}.{nameof(MapHive.Core.DataModel.Base)} make sure to provide a unique type identifier! A model causing problems: {this.GetType()}");
            }

            CustomData = new SerializableDictionaryOfObject();
        }
Exemplo n.º 2
0
 public Application()
 {
     LicenseOptions       = new LicenseOptions();
     VisualIdentification = new SerializableDictionaryOfObject();
 }
Exemplo n.º 3
0
 public Organization()
 {
     BillingExtraInfo     = new SerializableDictionaryOfString();
     LicenseOptions       = new OrganizationLicenseOptions();
     VisualIdentification = new SerializableDictionaryOfObject();
 }