SEToolbox.Models.StructureInventoryBagModel.UpdateGeneralFromEntityBase C# (CSharp) Method

UpdateGeneralFromEntityBase() public method

public UpdateGeneralFromEntityBase ( ) : void
return void
        public override void UpdateGeneralFromEntityBase()
        {
            ClassType = ClassType.InventoryBag;
            DisplayName = EntityBase.EntityDefinitionId.HasValue ? EntityBase.EntityDefinitionId.Value.SubtypeName : null;
        }